This is an automated email from the ASF dual-hosted git repository.

janhoy pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/solr.git


The following commit(s) were added to refs/heads/main by this push:
     new 72d97160a8c Update dependency org.apache.commons:commons-text to 
v1.14.0 (#3102)
72d97160a8c is described below

commit 72d97160a8ce0dc1a24ccff83001328fe3475dbc
Author: Solr Bot <[email protected]>
AuthorDate: Wed Sep 10 09:50:48 2025 +0200

    Update dependency org.apache.commons:commons-text to v1.14.0 (#3102)
---
 gradle/libs.versions.toml                  | 2 +-
 solr/licenses/commons-text-1.12.0.jar.sha1 | 1 -
 solr/licenses/commons-text-1.14.0.jar.sha1 | 1 +
 solr/modules/sql/gradle.lockfile           | 2 +-
 solr/solrj-streaming/gradle.lockfile       | 2 +-
 5 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml
index d5f996a8590..a8d0852feb0 100644
--- a/gradle/libs.versions.toml
+++ b/gradle/libs.versions.toml
@@ -30,7 +30,7 @@ apache-commons-exec = "1.5.0"
 apache-commons-lang3 = "3.18.0"
 apache-commons-math3 = "3.6.1"
 # @keep for version alignment
-apache-commons-text = "1.12.0"
+apache-commons-text = "1.14.0"
 apache-curator = "5.9.0"
 apache-httpcomponents-httpclient = "4.5.14"
 apache-httpcomponents-httpcore = "4.4.16"
diff --git a/solr/licenses/commons-text-1.12.0.jar.sha1 
b/solr/licenses/commons-text-1.12.0.jar.sha1
deleted file mode 100644
index bb6a5b706b5..00000000000
--- a/solr/licenses/commons-text-1.12.0.jar.sha1
+++ /dev/null
@@ -1 +0,0 @@
-66aa90dc099701c4d3b14bd256c328f592ccf0d6
diff --git a/solr/licenses/commons-text-1.14.0.jar.sha1 
b/solr/licenses/commons-text-1.14.0.jar.sha1
new file mode 100644
index 00000000000..7df12a5a991
--- /dev/null
+++ b/solr/licenses/commons-text-1.14.0.jar.sha1
@@ -0,0 +1 @@
+adcb0d4c67eabc79682604b47eb852aaff21138a
diff --git a/solr/modules/sql/gradle.lockfile b/solr/modules/sql/gradle.lockfile
index c837b55a288..f066d5a1215 100644
--- a/solr/modules/sql/gradle.lockfile
+++ b/solr/modules/sql/gradle.lockfile
@@ -83,7 +83,7 @@ 
org.apache.calcite:calcite-linq4j:1.37.0=compileClasspath,jarValidation,runtimeC
 
org.apache.commons:commons-exec:1.5.0=jarValidation,runtimeClasspath,runtimeLibs,solrPlatformLibs,testRuntimeClasspath
 
org.apache.commons:commons-lang3:3.18.0=jarValidation,runtimeClasspath,runtimeLibs,solrPlatformLibs,testRuntimeClasspath
 
org.apache.commons:commons-math3:3.6.1=jarValidation,runtimeClasspath,runtimeLibs,solrPlatformLibs,testRuntimeClasspath
-org.apache.commons:commons-text:1.12.0=jarValidation,runtimeClasspath,runtimeLibs,testRuntimeClasspath
+org.apache.commons:commons-text:1.14.0=jarValidation,runtimeClasspath,runtimeLibs,testRuntimeClasspath
 
org.apache.curator:curator-client:5.9.0=compileClasspath,jarValidation,runtimeClasspath,runtimeLibs,solrPlatformLibs,testCompileClasspath,testRuntimeClasspath
 
org.apache.curator:curator-framework:5.9.0=compileClasspath,jarValidation,runtimeClasspath,runtimeLibs,solrPlatformLibs,testCompileClasspath,testRuntimeClasspath
 org.apache.curator:curator-test:5.9.0=jarValidation,testRuntimeClasspath
diff --git a/solr/solrj-streaming/gradle.lockfile 
b/solr/solrj-streaming/gradle.lockfile
index 54bfbfd861e..3a9cc09191c 100644
--- a/solr/solrj-streaming/gradle.lockfile
+++ b/solr/solrj-streaming/gradle.lockfile
@@ -85,7 +85,7 @@ 
org.apache.calcite:calcite-linq4j:1.37.0=jarValidation,testRuntimeClasspath
 org.apache.commons:commons-exec:1.5.0=jarValidation,testRuntimeClasspath
 org.apache.commons:commons-lang3:3.18.0=jarValidation,testRuntimeClasspath
 
org.apache.commons:commons-math3:3.6.1=compileClasspath,jarValidation,permitTestUsedUndeclared,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
-org.apache.commons:commons-text:1.12.0=jarValidation,testRuntimeClasspath
+org.apache.commons:commons-text:1.14.0=jarValidation,testRuntimeClasspath
 
org.apache.curator:curator-client:5.9.0=jarValidation,testCompileClasspath,testRuntimeClasspath
 
org.apache.curator:curator-framework:5.9.0=jarValidation,testCompileClasspath,testRuntimeClasspath
 org.apache.curator:curator-test:5.9.0=jarValidation,testRuntimeClasspath

Reply via email to