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 38ae554a Bump commons-parent from 73 to 76 38ae554a is described below commit 38ae554adac72be8ae1b8afa9caed90e9baf34a9 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Mon Oct 7 15:36:44 2024 -0400 Bump commons-parent from 73 to 76 --- pom.xml | 2 +- src/changes/changes.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 4de5e893..2902f7c0 100644 --- a/pom.xml +++ b/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.commons</groupId> <artifactId>commons-parent</artifactId> - <version>73</version> + <version>76</version> </parent> <groupId>commons-fileupload</groupId> diff --git a/src/changes/changes.xml b/src/changes/changes.xml index bcb29a3f..870cff58 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -53,7 +53,7 @@ The <action> type attribute can be add,update,fix,remove. <action type="fix" dev="ggregory" due-to="Gary Gregory">Use try-with-resources.</action> <!-- UPDATE --> <action dev="ggregory" type="update">Bump Java from 6 to 8.</action> - <action dev="ggregory" type="update">Bump commons-parent from 62 to 73.</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 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>