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

rzo1 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/storm.git


The following commit(s) were added to refs/heads/master by this push:
     new fd88376e3 STORM-3995 - commons-text 1.11.0 (#3595)
fd88376e3 is described below

commit fd88376e35b8b3961f5350f527fc717610fd4b53
Author: Richard Zowalla <[email protected]>
AuthorDate: Thu Nov 9 11:58:26 2023 +0100

    STORM-3995 - commons-text 1.11.0 (#3595)
    
    * STORM-3995 - commons-text 1.11.0
---
 DEPENDENCY-LICENSES | 3 +--
 LICENSE-binary      | 3 +--
 pom.xml             | 7 +++++++
 3 files changed, 9 insertions(+), 4 deletions(-)

diff --git a/DEPENDENCY-LICENSES b/DEPENDENCY-LICENSES
index d424b0ecc..38b7d6fb8 100644
--- a/DEPENDENCY-LICENSES
+++ b/DEPENDENCY-LICENSES
@@ -15,6 +15,7 @@ List of third-party dependencies grouped by their license 
type.
         * Apache Avro (org.apache.avro:avro:1.11.3 - https://avro.apache.org)
         * Apache Commons FileUpload (commons-fileupload:commons-fileupload:1.5 
- https://commons.apache.org/proper/commons-fileupload/)
         * Apache Commons Lang (org.apache.commons:commons-lang3:3.13.0 - 
https://commons.apache.org/proper/commons-lang/)
+        * Apache Commons Text (org.apache.commons:commons-text:1.11.0 - 
https://commons.apache.org/proper/commons-text)
         * Gson (com.google.code.gson:gson:2.8.9 - 
https://github.com/google/gson/gson)
         * Gson (com.google.code.gson:gson:2.9.0 - 
https://github.com/google/gson/gson)
         * Maven Plugin Tools Java Annotations 
(org.apache.maven.plugin-tools:maven-plugin-annotations:3.8.1 - 
https://maven.apache.org/plugin-tools/maven-plugin-annotations)
@@ -55,8 +56,6 @@ List of third-party dependencies grouped by their license 
type.
         * Apache Commons Math (org.apache.commons:commons-math3:3.6.1 - 
http://commons.apache.org/proper/commons-math/)
         * Apache Commons Net (commons-net:commons-net:3.9.0 - 
https://commons.apache.org/proper/commons-net/)
         * Apache Commons Pool (org.apache.commons:commons-pool2:2.4.2 - 
http://commons.apache.org/proper/commons-pool/)
-        * Apache Commons Text (org.apache.commons:commons-text:1.10.0 - 
https://commons.apache.org/proper/commons-text)
-        * Apache Commons Text (org.apache.commons:commons-text:1.9 - 
https://commons.apache.org/proper/commons-text)
         * Apache Curator (org.apache.curator:apache-curator:2.12.0 - 
http://curator.apache.org)
         * Apache Derby Database Engine and Embedded JDBC Driver 
(org.apache.derby:derby:10.14.1.0 - http://db.apache.org/derby/)
         * Apache Geronimo JCache Spec 1.0 
(org.apache.geronimo.specs:geronimo-jcache_1.0_spec:1.0-alpha-1 - 
http://geronimo.apache.org/maven/specs/geronimo-jcache_1.0_spec/1.0-alpha-1)
diff --git a/LICENSE-binary b/LICENSE-binary
index c8f546dd4..f58736c50 100644
--- a/LICENSE-binary
+++ b/LICENSE-binary
@@ -685,8 +685,7 @@ The license texts of these dependencies can be found in the 
licenses directory.
         * Apache Commons Logging (commons-logging:commons-logging:1.2 - 
http://commons.apache.org/proper/commons-logging/)
         * Apache Commons Math (org.apache.commons:commons-math3:3.6.1 - 
http://commons.apache.org/proper/commons-math/)
         * Apache Commons Net (commons-net:commons-net:3.9.0 - 
https://commons.apache.org/proper/commons-net/)
-        * Apache Commons Text (org.apache.commons:commons-text:1.10.0 - 
https://commons.apache.org/proper/commons-text)
-        * Apache Commons Text (org.apache.commons:commons-text:1.9 - 
https://commons.apache.org/proper/commons-text)
+        * Apache Commons Text (org.apache.commons:commons-text:1.11.0 - 
https://commons.apache.org/proper/commons-text)
         * Apache Curator (org.apache.curator:apache-curator:2.12.0 - 
http://curator.apache.org)
         * Apache Derby Database Engine and Embedded JDBC Driver 
(org.apache.derby:derby:10.14.1.0 - http://db.apache.org/derby/)
         * Apache Geronimo JCache Spec 1.0 
(org.apache.geronimo.specs:geronimo-jcache_1.0_spec:1.0-alpha-1 - 
http://geronimo.apache.org/maven/specs/geronimo-jcache_1.0_spec/1.0-alpha-1)
diff --git a/pom.xml b/pom.xml
index 130a3522f..a70a6d488 100644
--- a/pom.xml
+++ b/pom.xml
@@ -92,6 +92,7 @@
         <commons-collections.version>3.2.2</commons-collections.version>
         <commons-fileupload.version>1.5</commons-fileupload.version>
         <commons-codec.version>1.11</commons-codec.version>
+        <commons-text.version>1.11.0</commons-text.version>
         <commons-cli.version>1.4</commons-cli.version>
         <curator.version>5.5.0</curator.version>
         <jetty.version>9.4.45.v20220203</jetty.version>
@@ -600,6 +601,12 @@
                 <artifactId>commons-lang</artifactId>
                 <version>${commons-lang.version}</version>
             </dependency>
+            <dependency>
+                <groupId>org.apache.commons</groupId>
+                <artifactId>commons-text</artifactId>
+                <version>${commons-text.version}</version>
+            </dependency>
+
             <dependency>
                 <groupId>jline</groupId>
                 <artifactId>jline</artifactId>

Reply via email to