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
commit 1c3b4398168911c3a235db1b82e490fd8dc66b74 Author: Gary D. Gregory <[email protected]> AuthorDate: Wed Jan 8 08:38:41 2025 -0500 Bump org.apache.commons:commons-parent from 77 to 78 --- pom.xml | 2 +- src/changes/changes.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 29dd32c0..eca50504 100644 --- a/pom.xml +++ b/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.commons</groupId> <artifactId>commons-parent</artifactId> - <version>77</version> + <version>78</version> </parent> <groupId>commons-fileupload</groupId> <artifactId>commons-fileupload</artifactId> diff --git a/src/changes/changes.xml b/src/changes/changes.xml index fe3e69de..8f08842e 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">Port to Java 1.4 Throwable APIs (!).</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 77.</action> + <action dev="ggregory" type="update">Bump org.apache.commons:commons-parent from 62 to 78.</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>
