diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 0d6c82cc..49d2ea16 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -142,7 +142,7 @@ mockito-kotlin = "6.1.0" commons-csv = "1.14.1" commons-io = "2.21.0" commons-lang3 = "3.20.0" -commons-text = "1.14.0" +commons-text = "1.15.0" # https://github.com/xerial/sqlite-jdbc/releases/latest xerial-SQLiteJDBC = "3.51.1.0" diff --git a/shared-opt-dir/parser/dependencies/compileClasspath.txt b/shared-opt-dir/parser/dependencies/compileClasspath.txt index 30fa6636..67fd724f 100644 --- a/shared-opt-dir/parser/dependencies/compileClasspath.txt +++ b/shared-opt-dir/parser/dependencies/compileClasspath.txt @@ -6,7 +6,7 @@ commons-codec:commons-codec:1.19.0 commons-io:commons-io:2.21.0 org.apache.commons:commons-csv:1.14.1 org.apache.commons:commons-lang3:3.20.0 -org.apache.commons:commons-text:1.14.0 +org.apache.commons:commons-text:1.15.0 org.jetbrains.kotlin:kotlin-bom:2.2.21 org.jetbrains.kotlin:kotlin-stdlib:2.2.21 org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.10.2 diff --git a/shared-opt-dir/parser/dependencies/runtimeClasspath.txt b/shared-opt-dir/parser/dependencies/runtimeClasspath.txt index 30fa6636..67fd724f 100644 --- a/shared-opt-dir/parser/dependencies/runtimeClasspath.txt +++ b/shared-opt-dir/parser/dependencies/runtimeClasspath.txt @@ -6,7 +6,7 @@ commons-codec:commons-codec:1.19.0 commons-io:commons-io:2.21.0 org.apache.commons:commons-csv:1.14.1 org.apache.commons:commons-lang3:3.20.0 -org.apache.commons:commons-text:1.14.0 +org.apache.commons:commons-text:1.15.0 org.jetbrains.kotlin:kotlin-bom:2.2.21 org.jetbrains.kotlin:kotlin-stdlib:2.2.21 org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.10.2 diff --git a/shared-opt-dir/parser/dependencies/testCompileClasspath.txt b/shared-opt-dir/parser/dependencies/testCompileClasspath.txt index bf6b4878..4afeef10 100644 --- a/shared-opt-dir/parser/dependencies/testCompileClasspath.txt +++ b/shared-opt-dir/parser/dependencies/testCompileClasspath.txt @@ -9,7 +9,7 @@ net.bytebuddy:byte-buddy-agent:1.17.7 net.bytebuddy:byte-buddy:1.17.7 org.apache.commons:commons-csv:1.14.1 org.apache.commons:commons-lang3:3.20.0 -org.apache.commons:commons-text:1.14.0 +org.apache.commons:commons-text:1.15.0 org.hamcrest:hamcrest-core:1.3 org.jetbrains.kotlin:kotlin-bom:2.2.21 org.jetbrains.kotlin:kotlin-stdlib:2.2.21 diff --git a/shared-opt-dir/parser/dependencies/testRuntimeClasspath.txt b/shared-opt-dir/parser/dependencies/testRuntimeClasspath.txt index d28f6ccf..6dc2c4af 100644 --- a/shared-opt-dir/parser/dependencies/testRuntimeClasspath.txt +++ b/shared-opt-dir/parser/dependencies/testRuntimeClasspath.txt @@ -9,7 +9,7 @@ net.bytebuddy:byte-buddy-agent:1.17.7 net.bytebuddy:byte-buddy:1.17.7 org.apache.commons:commons-csv:1.14.1 org.apache.commons:commons-lang3:3.20.0 -org.apache.commons:commons-text:1.14.0 +org.apache.commons:commons-text:1.15.0 org.hamcrest:hamcrest-core:1.3 org.jetbrains.kotlin:kotlin-bom:2.2.21 org.jetbrains.kotlin:kotlin-reflect:2.2.21