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 eadc15a9 Bump commons-io:commons-io from 2.17.0 to 2.19.0 eadc15a9 is described below commit eadc15a9990f9f5c775e7b01056bf0d69342c0c1 Author: Gary D. Gregory <garydgreg...@gmail.com> AuthorDate: Fri Apr 11 20:49:47 2025 -0400 Bump commons-io:commons-io from 2.17.0 to 2.19.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 c453835a..3f64b048 100644 --- a/pom.xml +++ b/pom.xml @@ -102,7 +102,7 @@ <dependency> <groupId>commons-io</groupId> <artifactId>commons-io</artifactId> - <version>2.17.0</version> + <version>2.19.0</version> </dependency> </dependencies> <build> diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 74c61b81..8fce72a5 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -56,7 +56,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 org.apache.commons:commons-parent from 62 to 81, upgrades Doxia from 1 to 2.</action> - <action dev="ggregory" type="update">Bump commons-io from 2.11.0 to 2.17.0.</action> + <action dev="ggregory" type="update">Bump commons-io from 2.11.0 to 2.19.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>