This is an automated email from the ASF dual-hosted git repository.
rzo1 pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tomee.git
The following commit(s) were added to refs/heads/main by this push:
new f77d355b3a Bump commons-codec:commons-codec from 1.19.0 to 1.20.0
(#2215)
f77d355b3a is described below
commit f77d355b3a1ce1abebb984d968a0863802b1dac3
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Nov 24 19:55:58 2025 +0100
Bump commons-codec:commons-codec from 1.19.0 to 1.20.0 (#2215)
Bumps
[commons-codec:commons-codec](https://github.com/apache/commons-codec) from
1.19.0 to 1.20.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.19.0...rel/commons-codec-1.20.0)
---
updated-dependencies:
- dependency-name: commons-codec:commons-codec
dependency-version: 1.20.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
.../arquillian-tomee-tests/arquillian-tomee-webprofile-tests/pom.xml | 2 +-
boms/tomee-microprofile/pom.xml | 2 +-
boms/tomee-plume/pom.xml | 2 +-
boms/tomee-plus/pom.xml | 2 +-
boms/tomee-webprofile/pom.xml | 2 +-
pom.xml | 2 +-
6 files changed, 6 insertions(+), 6 deletions(-)
diff --git
a/arquillian/arquillian-tomee-tests/arquillian-tomee-webprofile-tests/pom.xml
b/arquillian/arquillian-tomee-tests/arquillian-tomee-webprofile-tests/pom.xml
index 8d1e90147a..c8b254ad1d 100644
---
a/arquillian/arquillian-tomee-tests/arquillian-tomee-webprofile-tests/pom.xml
+++
b/arquillian/arquillian-tomee-tests/arquillian-tomee-webprofile-tests/pom.xml
@@ -36,7 +36,7 @@
<dependency>
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
- <version>1.19.0</version>
+ <version>1.20.0</version>
<scope>provided</scope>
</dependency>
<dependency>
diff --git a/boms/tomee-microprofile/pom.xml b/boms/tomee-microprofile/pom.xml
index 66e0cfea17..11075bf2d3 100644
--- a/boms/tomee-microprofile/pom.xml
+++ b/boms/tomee-microprofile/pom.xml
@@ -84,7 +84,7 @@
<dependency>
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
- <version>1.19.0</version>
+ <version>1.20.0</version>
</dependency>
<dependency>
<groupId>commons-daemon</groupId>
diff --git a/boms/tomee-plume/pom.xml b/boms/tomee-plume/pom.xml
index 633ba5a434..a69da227c0 100644
--- a/boms/tomee-plume/pom.xml
+++ b/boms/tomee-plume/pom.xml
@@ -84,7 +84,7 @@
<dependency>
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
- <version>1.19.0</version>
+ <version>1.20.0</version>
</dependency>
<dependency>
<groupId>commons-daemon</groupId>
diff --git a/boms/tomee-plus/pom.xml b/boms/tomee-plus/pom.xml
index 11e796d927..d6603cd479 100644
--- a/boms/tomee-plus/pom.xml
+++ b/boms/tomee-plus/pom.xml
@@ -84,7 +84,7 @@
<dependency>
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
- <version>1.19.0</version>
+ <version>1.20.0</version>
</dependency>
<dependency>
<groupId>commons-daemon</groupId>
diff --git a/boms/tomee-webprofile/pom.xml b/boms/tomee-webprofile/pom.xml
index f5780d3c65..40477e9d0b 100644
--- a/boms/tomee-webprofile/pom.xml
+++ b/boms/tomee-webprofile/pom.xml
@@ -64,7 +64,7 @@
<dependency>
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
- <version>1.19.0</version>
+ <version>1.20.0</version>
</dependency>
<dependency>
<groupId>commons-daemon</groupId>
diff --git a/pom.xml b/pom.xml
index 39dd0d7517..8f5b5ea97e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -161,7 +161,7 @@
<!-- Apache Commons -->
<version.commons-cli>1.10.0</version.commons-cli>
- <version.commons-codec>1.19.0</version.commons-codec>
+ <version.commons-codec>1.20.0</version.commons-codec>
<version.commons-dbcp2>2.13.0</version.commons-dbcp2>
<version.commons-discovery>0.5</version.commons-discovery>
<version.commons-io>2.21.0</version.commons-io>