This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch 1.x in repository https://gitbox.apache.org/repos/asf/commons-fileupload.git
The following commit(s) were added to refs/heads/1.x by this push: new 4699a8bd Bump commons-io from 2.16.1 to 2.17.0 4699a8bd is described below commit 4699a8bd4ff88e2b727b7363e520e65446c62b2a Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Mon Oct 7 16:26:37 2024 -0400 Bump commons-io from 2.16.1 to 2.17.0 --- pom.xml | 2 +- src/changes/changes.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 2902f7c0..adc09205 100644 --- a/pom.xml +++ b/pom.xml @@ -107,7 +107,7 @@ <dependency> <groupId>commons-io</groupId> <artifactId>commons-io</artifactId> - <version>2.16.1</version> + <version>2.17.0</version> </dependency> </dependencies> diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 870cff58..1063413f 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -54,7 +54,7 @@ The <action> type attribute can be add,update,fix,remove. <!-- UPDATE --> <action dev="ggregory" type="update">Bump Java from 6 to 8.</action> <action dev="ggregory" type="update">Bump commons-parent from 62 to 76.</action> - <action dev="ggregory" type="update">Bump commons-io from 2.11.0 to 2.16.1.</action> + <action dev="ggregory" type="update">Bump commons-io from 2.11.0 to 2.17.0.</action> <action dev="ggregory" type="update">Bump javax.servlet:servlet-api from 2.4 to 2.5.</action> <action dev="ggregory" type="update">Bump JUnit from junit:junit:4.13.2 org.junit.vintage:junit-vintage-engine from parent POM.</action> </release>