This is an automated email from the ASF dual-hosted git repository.
garydgregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-fileupload.git
The following commit(s) were added to refs/heads/master by this push:
new 5f1f7b18 Bump org.apache.commons:commons-parent from 104 to 105.
5f1f7b18 is described below
commit 5f1f7b18b605572636b50934a9e244b4cd2fb81a
Author: Gary Gregory <[email protected]>
AuthorDate: Mon Sep 7 09:41:49 2026 -0400
Bump org.apache.commons:commons-parent from 104 to 105.
---
pom.xml | 2 +-
src/changes/changes.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index 314591a2..5fbc0baf 100644
--- a/pom.xml
+++ b/pom.xml
@@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.commons</groupId>
<artifactId>commons-parent</artifactId>
- <version>104</version>
+ <version>105</version>
</parent>
<artifactId>commons-fileupload2</artifactId>
<version>2.0.0-M6-SNAPSHOT</version>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index f7194ff9..86e8396a 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -54,7 +54,7 @@ The <action> type attribute can be add,update,fix,remove.
<action type="fix" dev="ggregory" due-to="Rajesh
Tewari, Gary Gregory, Piotr P.
Karwasz">FileItemInputIteratorImpl.findNextItem() now uses the max file count
(#481).</action>
<!-- ADD -->
<!-- UPDATE -->
- <action type="update" dev="ggregory" due-to="Gary Gregory">Bump
org.apache.commons:commons-parent from 96 to 104.</action>
+ <action type="update" dev="ggregory" due-to="Gary Gregory">Bump
org.apache.commons:commons-parent from 96 to 105.</action>
<action type="update" dev="ggregory" due-to="Gary Gregory">Bump
commons-io:commons-io from 2.21.0 to 2.22.0.</action>
</release>
<release version="2.0.0-M5" date="2026-02-08" description="This is a
milestone release. Java 11 or later is required.">