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 45ee12ca Bump org.apache.commons:commons-parent from 84 to 85 45ee12ca is described below commit 45ee12ca55dc92577a0bc0eb61297a585a11a27e Author: Gary D. Gregory <garydgreg...@gmail.com> AuthorDate: Thu Jun 19 10:48:04 2025 -0400 Bump org.apache.commons:commons-parent from 84 to 85 --- pom.xml | 2 +- src/changes/changes.xml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 213f1229..715f9331 100644 --- a/pom.xml +++ b/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.commons</groupId> <artifactId>commons-parent</artifactId> - <version>84</version> + <version>85</version> </parent> <groupId>commons-fileupload</groupId> <artifactId>commons-fileupload</artifactId> diff --git a/src/changes/changes.xml b/src/changes/changes.xml index e798bfbf..b577f548 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -45,6 +45,7 @@ The <action> type attribute can be add,update,fix,remove. <!-- FIX --> <!-- ADD --> <!-- UPDATE --> + <action type="update" dev="ggregory" due-to="Gary Gregory">Bump org.apache.commons:commons-parent from 84 to 85.</action> </release> <release version="1.6.0" date="2025-06-05" description="This release requires Java 8."> <!-- ADD -->