This is an automated email from the ASF dual-hosted git repository. rzo1 pushed a commit to branch STORM-3995 in repository https://gitbox.apache.org/repos/asf/storm.git
commit 616cd2bea1afbe93a14af24d44d7fc17e3d73062 Author: Richard Zowalla <[email protected]> AuthorDate: Thu Nov 9 10:03:58 2023 +0100 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..430f8ebae 100644 --- a/DEPENDENCY-LICENSES +++ b/DEPENDENCY-LICENSES @@ -55,8 +55,7 @@ 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 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/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>
