This is an automated email from the ASF dual-hosted git repository.
bitstorm pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/wicket.git
The following commit(s) were added to refs/heads/master by this push:
new db0a3dc6e3 Bump commons-io:commons-io from 2.21.0 to 2.22.0 (#1436)
db0a3dc6e3 is described below
commit db0a3dc6e38948f9e87346ddf71f9337fb1b6dbc
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Apr 27 09:33:58 2026 +0200
Bump commons-io:commons-io from 2.21.0 to 2.22.0 (#1436)
Bumps commons-io:commons-io from 2.21.0 to 2.22.0.
---
updated-dependencies:
- dependency-name: commons-io:commons-io
dependency-version: 2.22.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 64f26c2602..c954d7a86c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -149,7 +149,7 @@
<cdi-unit.version>5.0.0-EA7</cdi-unit.version>
<commons-collections4.version>4.5.0</commons-collections4.version>
<commons-fileupload.version>2.0.0-M5</commons-fileupload.version>
- <commons-io.version>2.21.0</commons-io.version>
+ <commons-io.version>2.22.0</commons-io.version>
<commons-lang3.version>3.20.0</commons-lang3.version>
<guice.version>7.0.0</guice.version>
<el-impl.version>2.2.1-b05</el-impl.version>