This is an automated email from the ASF dual-hosted git repository. lukaszlenart pushed a commit to branch WW-5564-fileupload in repository https://gitbox.apache.org/repos/asf/struts.git
commit 03cbbdba901ab66539407a9f41ebd93a9d6689df Author: Lukasz Lenart <[email protected]> AuthorDate: Wed Sep 10 07:35:21 2025 +0200 WW-5564 Upgrades commons-fileupload to version 1.6.0 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index c3a3dc9f7..25a35ab3e 100644 --- a/pom.xml +++ b/pom.xml @@ -865,7 +865,7 @@ <dependency> <groupId>commons-fileupload</groupId> <artifactId>commons-fileupload</artifactId> - <version>1.5</version> + <version>1.6.0</version> </dependency> <dependency> <groupId>commons-io</groupId>
