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 c57082d473 TOMEE-4558 commons lang3 3.20.0
c57082d473 is described below
commit c57082d473c7f9c89461bb7136f9b8677a4e2fe5
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sat Dec 6 20:00:33 2025 +0100
TOMEE-4558 commons lang3 3.20.0
Bumps org.apache.commons:commons-lang3 from 3.19.0 to 3.20.0.
---
updated-dependencies:
- dependency-name: org.apache.commons:commons-lang3
dependency-version: 3.20.0
dependency-type: direct:development
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>
---
pom.xml | 2 +-
tomee/tomee-juli/pom.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index a634437567..3563c0ab04 100644
--- a/pom.xml
+++ b/pom.xml
@@ -165,7 +165,7 @@
<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>
- <version.commons-lang3>3.19.0</version.commons-lang3>
+ <version.commons-lang3>3.20.0</version.commons-lang3>
<version.commons-pool>2.12.1</version.commons-pool>
<version.commons-fileupload>2.0.0-M4</version.commons-fileupload>
diff --git a/tomee/tomee-juli/pom.xml b/tomee/tomee-juli/pom.xml
index 9c9265e77b..e89f997b73 100644
--- a/tomee/tomee-juli/pom.xml
+++ b/tomee/tomee-juli/pom.xml
@@ -70,7 +70,7 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
- <version>3.19.0</version>
+ <version>3.20.0</version>
<scope>test</scope>
</dependency>
</dependencies>