This is an automated email from the ASF dual-hosted git repository.
ggregory pushed a commit to branch release
in repository https://gitbox.apache.org/repos/asf/commons-fileupload.git
The following commit(s) were added to refs/heads/release by this push:
new a49c1757 Bump org.apache.commons:commons-parent from 83 to 84
a49c1757 is described below
commit a49c1757bc16940d65f2f5bf30c27956e6b6869a
Author: Gary D. Gregory <[email protected]>
AuthorDate: Tue May 20 08:18:01 2025 -0400
Bump org.apache.commons:commons-parent from 83 to 84
---
pom.xml | 2 +-
src/changes/changes.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index 0674adf6..0420a971 100644
--- a/pom.xml
+++ b/pom.xml
@@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.commons</groupId>
<artifactId>commons-parent</artifactId>
- <version>83</version>
+ <version>84</version>
</parent>
<artifactId>commons-fileupload2</artifactId>
<version>2.0.0-M3</version>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index a59223be..ec50e726 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.
<!-- ADD -->
<action dev="ggregory" type="add"
due-to="mufasa1976, Gary Gregory">Handle multipart/related Requests without
content-disposition header.</action>
<!-- UDPATE -->
- <action dev="ggregory" type="update" due-to="Gary
Gregory">Bump org.apache.commons:commons-parent from 66 to 83 #283, #294, #335,
#343, #345, #351, #356, #360, #368.</action>
+ <action dev="ggregory" type="update" due-to="Gary
Gregory">Bump org.apache.commons:commons-parent from 66 to 84 #283, #294, #335,
#343, #345, #351, #356, #360, #368.</action>
<action dev="ggregory" type="update" due-to="Gary
Gregory">Bump commons-io:commons-io from 2.16.0 to 2.19.0 #297, #352,
#377.</action>
<action dev="ggregory" type="update" due-to="Gary
Gregory">Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.6.3 to 3.7.0
#319.</action>
<action dev="ggregory" type="update" due-to="Gary
Gregory">Bump org.codehaus.mojo:taglist-maven-plugin from 3.0.0 to 3.1.0
#327.</action>