This is an automated email from the ASF dual-hosted git repository.
sjaranowski pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-artifact-plugin.git
The following commit(s) were added to refs/heads/master by this push:
new ee5ad12 Bump commons-codec:commons-codec from 1.20.0 to 1.21.0 (#202)
ee5ad12 is described below
commit ee5ad125d6ff4a791d242a2dd96fe26c8950be01
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Mar 20 22:35:08 2026 +0100
Bump commons-codec:commons-codec from 1.20.0 to 1.21.0 (#202)
* Bump commons-codec:commons-codec from 1.20.0 to 1.21.0
Bumps
[commons-codec:commons-codec](https://github.com/apache/commons-codec) from
1.20.0 to 1.21.0.
-
[Changelog](https://github.com/apache/commons-codec/blob/master/RELEASE-NOTES.txt)
-
[Commits](https://github.com/apache/commons-codec/compare/rel/commons-codec-1.20.0...rel/commons-codec-1.21.0)
---
updated-dependencies:
- dependency-name: commons-codec:commons-codec
dependency-version: 1.21.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
* update pgp key for commons-codec
add: 0xF4DD59C90148BDC52BEB90A4530AA5F25C25011F
---------
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Slawomir Jaranowski <[email protected]>
---
pgp-keys-map.list | 2 +-
pom.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/pgp-keys-map.list b/pgp-keys-map.list
index b53556a..04af3b3 100644
--- a/pgp-keys-map.list
+++ b/pgp-keys-map.list
@@ -19,7 +19,7 @@ com.github.luben:zstd-jni =
0x9AC5712CABE9635B65663AB0711C0A9A896FE336
com.google.collections:google-collections:*:1.0 = noSig
commons-beanutils:commons-beanutils:*:1.7.0 = noSig
commons-chain:commons-chain:*:1.1 = noSig
-commons-codec:commons-codec = 0x2DB4F1EF0FA761ECC4EA935C86FDC7E2A11262CB
+commons-codec:commons-codec = 0x2DB4F1EF0FA761ECC4EA935C86FDC7E2A11262CB,
0xF4DD59C90148BDC52BEB90A4530AA5F25C25011F
commons-collections:commons-collections =
0x0CC641C3A62453AB390066C4A41F13C999945293
commons-digester:commons-digester:*:1.8 = noSig
commons-io:commons-io = 0x2DB4F1EF0FA761ECC4EA935C86FDC7E2A11262CB
diff --git a/pom.xml b/pom.xml
index 8778b4a..6a7d41f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -170,7 +170,7 @@
<dependency>
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
- <version>1.20.0</version>
+ <version>1.21.0</version>
</dependency>
<dependency>
<groupId>commons-io</groupId>