This is an automated email from the ASF dual-hosted git repository.
rzo1 pushed a commit to branch tomee-10.x
in repository https://gitbox.apache.org/repos/asf/tomee.git
The following commit(s) were added to refs/heads/tomee-10.x by this push:
new b437892e75 TOMEE-4557 - commons-io 2.21.0
b437892e75 is described below
commit b437892e75620dbe2d4be0d68774fad9b076e79c
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sat Dec 6 19:57:02 2025 +0100
TOMEE-4557 - commons-io 2.21.0
Bumps [commons-io:commons-io](https://github.com/apache/commons-io) from
2.20.0 to 2.21.0.
-
[Changelog](https://github.com/apache/commons-io/blob/master/RELEASE-NOTES.txt)
-
[Commits](https://github.com/apache/commons-io/compare/rel/commons-io-2.20.0...rel/commons-io-2.21.0)
---
updated-dependencies:
- dependency-name: commons-io:commons-io
dependency-version: 2.21.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>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index d7536085fe..3d0563cfbb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -157,7 +157,7 @@
<version.commons-codec>1.19.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.20.0</version.commons-io>
+ <version.commons-io>2.21.0</version.commons-io>
<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>