This is an automated email from the ASF dual-hosted git repository.
mgrigorov 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 3124834177 Bump
org.apache.commons:commons-fileupload2-jakarta-servlet5 (#1180)
3124834177 is described below
commit 312483417711ebb52bf73c2378ac777d9d74356e
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Jun 3 14:35:34 2025 +0300
Bump org.apache.commons:commons-fileupload2-jakarta-servlet5 (#1180)
Bumps org.apache.commons:commons-fileupload2-jakarta-servlet5 from 2.0.0-M2
to 2.0.0-M3.
---
updated-dependencies:
- dependency-name: org.apache.commons:commons-fileupload2-jakarta-servlet5
dependency-version: 2.0.0-M3
dependency-type: direct:production
update-type: version-update:semver-patch
...
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 a83fa4971e..f7ca201d37 100644
--- a/pom.xml
+++ b/pom.xml
@@ -148,7 +148,7 @@
<byte-buddy.version>1.17.5</byte-buddy.version>
<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-M2</commons-fileupload.version>
+
<commons-fileupload.version>2.0.0-M3</commons-fileupload.version>
<commons-io.version>2.19.0</commons-io.version>
<commons-lang3.version>3.17.0</commons-lang3.version>
<guice.version>7.0.0</guice.version>