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 a49b434e Bump commons-parent from 87 to 88
a49b434e is described below
commit a49b434ee76f16474b312b453158720faa37b347
Author: Gary D. Gregory <[email protected]>
AuthorDate: Sat Sep 20 09:16:48 2025 -0400
Bump commons-parent from 87 to 88
---
pom.xml | 2 +-
src/changes/changes.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index 94c7f013..60d2bf33 100644
--- a/pom.xml
+++ b/pom.xml
@@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.commons</groupId>
<artifactId>commons-parent</artifactId>
- <version>85</version>
+ <version>88</version>
</parent>
<groupId>commons-fileupload</groupId>
<artifactId>commons-fileupload</artifactId>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 318982f3..01d77d19 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -46,7 +46,7 @@ The <action> type attribute can be add,update,fix,remove.
<action type="fix" dev="markt" due-to="Coverity Scan">Better exception
type and message if a multipart/mixed part is presented without a boundary
defined</action>
<!-- ADD -->
<!-- UPDATE -->
- <action type="update" dev="ggregory" due-to="Gary Gregory">Bump
org.apache.commons:commons-parent from 84 to 85.</action>
+ <action type="update" dev="ggregory" due-to="Gary Gregory">Bump
org.apache.commons:commons-parent from 84 to 88.</action>
</release>
<release version="1.6.0" date="2025-06-05" description="This release
requires Java 8.">
<!-- ADD -->