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 d1b9bab9 Bump org.apache.commons:commons-parent from 83 to 84 d1b9bab9 is described below commit d1b9bab9bb4ee651ebe4fb3d6e3294f52e4d983b Author: Gary D. Gregory <garydgreg...@gmail.com> AuthorDate: Tue May 20 08:17:04 2025 -0400 Bump org.apache.commons:commons-parent from 83 to 84 --- pom.xml | 2 +- src/changes/changes.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 9d9f9c9d..6294b1dc 100644 --- a/pom.xml +++ b/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.commons</groupId> <artifactId>commons-parent</artifactId> - <version>83</version> + <version>84</version> </parent> <groupId>commons-fileupload</groupId> <artifactId>commons-fileupload</artifactId> diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 21d70bf5..c701dd96 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -59,7 +59,7 @@ The <action> type attribute can be add,update,fix,remove. <action type="fix" dev="ggregory" due-to="Gary Gregory">Use java.util.Base64 instead of custom code.</action> <!-- UPDATE --> <action type="update" dev="ggregory" due-to="Gary Gregory">Bump Java from 6 to 8.</action> - <action type="update" dev="ggregory" due-to="Gary Gregory">Bump org.apache.commons:commons-parent from 62 to 83, upgrades Doxia from 1 to 2.</action> + <action type="update" dev="ggregory" due-to="Gary Gregory">Bump org.apache.commons:commons-parent from 62 to 84, upgrades Doxia from 1 to 2.</action> <action type="update" dev="ggregory" due-to="Gary Gregory">Bump commons-io from 2.11.0 to 2.19.0.</action> <action type="update" dev="ggregory" due-to="Gary Gregory">Bump javax.servlet:servlet-api from 2.4 to 2.5.</action> <action type="update" dev="ggregory" due-to="Gary Gregory">Bump JUnit from junit:junit:4.13.2 org.junit.vintage:junit-vintage-engine from parent POM.</action>