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 a8c93d9b8 STORM-4150 - commons codec 1.17.2
a8c93d9b8 is described below
commit a8c93d9b8a1d2bbc378f402b96e83d5436697f9d
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Jan 13 08:18:46 2025 +0100
STORM-4150 - commons codec 1.17.2
* Bump commons-codec:commons-codec from 1.17.1 to 1.17.2
Bumps
[commons-codec:commons-codec](https://github.com/apache/commons-codec) from
1.17.1 to 1.17.2.
-
[Changelog](https://github.com/apache/commons-codec/blob/master/RELEASE-NOTES.txt)
-
[Commits](https://github.com/apache/commons-codec/compare/rel/commons-codec-1.17.1...rel/commons-codec-1.17.2)
---
updated-dependencies:
- dependency-name: commons-codec:commons-codec
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
* license
---------
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Richard Zowalla <[email protected]>
---
DEPENDENCY-LICENSES | 2 +-
LICENSE-binary | 2 +-
pom.xml | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/DEPENDENCY-LICENSES b/DEPENDENCY-LICENSES
index 7730422f8..36aaccb3d 100644
--- a/DEPENDENCY-LICENSES
+++ b/DEPENDENCY-LICENSES
@@ -27,7 +27,7 @@ List of third-party dependencies grouped by their license
type.
* Apache Calcite Avatica
(org.apache.calcite.avatica:avatica-core:1.11.0 -
https://calcite.apache.org/avatica/avatica-core)
* Apache Commons BeanUtils (commons-beanutils:commons-beanutils:1.9.4
- https://commons.apache.org/proper/commons-beanutils/)
* Apache Commons CLI (commons-cli:commons-cli:1.9.0 -
https://commons.apache.org/proper/commons-cli/)
- * Apache Commons Codec (commons-codec:commons-codec:1.17.1 -
https://commons.apache.org/proper/commons-codec/)
+ * Apache Commons Codec (commons-codec:commons-codec:1.17.2 -
https://commons.apache.org/proper/commons-codec/)
* Apache Commons Collections
(commons-collections:commons-collections:3.2.2 -
http://commons.apache.org/collections/)
* Apache Commons Collections
(org.apache.commons:commons-collections4:4.4 -
https://commons.apache.org/proper/commons-collections/)
* Apache Commons Compress (org.apache.commons:commons-compress:1.27.1
- https://commons.apache.org/proper/commons-compress/)
diff --git a/LICENSE-binary b/LICENSE-binary
index 4d3dcf8c9..3eeaacb0e 100644
--- a/LICENSE-binary
+++ b/LICENSE-binary
@@ -674,7 +674,7 @@ The license texts of these dependencies can be found in the
licenses directory.
* Apache Calcite Avatica
(org.apache.calcite.avatica:avatica-core:1.11.0 -
https://calcite.apache.org/avatica/avatica-core)
* Apache Commons BeanUtils (commons-beanutils:commons-beanutils:1.9.4
- https://commons.apache.org/proper/commons-beanutils/)
* Apache Commons CLI (commons-cli:commons-cli:1.9.0 -
http://commons.apache.org/proper/commons-cli/)
- * Apache Commons Codec (commons-codec:commons-codec:1.17.1 -
http://commons.apache.org/proper/commons-codec/)
+ * Apache Commons Codec (commons-codec:commons-codec:1.17.2 -
http://commons.apache.org/proper/commons-codec/)
* Apache Commons Collections
(commons-collections:commons-collections:3.2.2 -
http://commons.apache.org/collections/)
* Apache Commons Collections
(org.apache.commons:commons-collections4:4.4 -
https://commons.apache.org/proper/commons-collections/)
* Apache Commons Compress (org.apache.commons:commons-compress:1.27.1
- https://commons.apache.org/proper/commons-compress/)
diff --git a/pom.xml b/pom.xml
index 932922ee8..733727b79 100644
--- a/pom.xml
+++ b/pom.xml
@@ -90,7 +90,7 @@
<commons-exec.version>1.4.0</commons-exec.version>
<commons-collections.version>4.4</commons-collections.version>
<commons-fileupload.version>1.5</commons-fileupload.version>
- <commons-codec.version>1.17.1</commons-codec.version>
+ <commons-codec.version>1.17.2</commons-codec.version>
<commons-text.version>1.13.0</commons-text.version>
<commons-cli.version>1.9.0</commons-cli.version>
<curator.version>5.7.1</curator.version>