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 5ab26bd36f893530165dac1719a2b0b3027e0e8e
Author: Gary Gregory <[email protected]>
AuthorDate: Sun Nov 23 09:08:26 2025 -0500

    Bump commons-parent from 92 to 93
---
 pom.xml                 | 12 ++++++------
 src/changes/changes.xml |  2 +-
 2 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/pom.xml b/pom.xml
index c9e334b8..2b964771 100644
--- a/pom.xml
+++ b/pom.xml
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.commons</groupId>
     <artifactId>commons-parent</artifactId>
-    <version>91</version>
+    <version>93</version>
   </parent>
   <groupId>commons-fileupload</groupId>
   <artifactId>commons-fileupload</artifactId>
@@ -164,11 +164,11 @@
           <groupId>org.apache.rat</groupId>
           <artifactId>apache-rat-plugin</artifactId>
           <configuration>
-            <excludes>
-              <exclude>site-content/**</exclude>
-              <exclude>src/site/resources/download_lang.cgi</exclude>
-              <exclude>src/checkstyle/license-header.txt</exclude>
-            </excludes>
+            <inputExcludes>
+              <inputExclude>site-content/**</inputExclude>
+              <inputExclude>src/site/resources/download_lang.cgi</inputExclude>
+              <inputExclude>src/checkstyle/license-header.txt</inputExclude>
+            </inputExcludes>
           </configuration>
         </plugin>
         <plugin>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index b8351c08..e4133a08 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 91.</action>
+      <action type="update" dev="ggregory" due-to="Gary Gregory">Bump 
org.apache.commons:commons-parent from 84 to 93.</action>
       <action type="update" dev="ggregory" due-to="Gary Gregory">Bump 
org.apache.commons:commons-lang3 from 3.18.0 to 3.20.0.</action>
       <action type="update" dev="ggregory" due-to="Gary Gregory">Bump 
commons-io:commons-io from 2.20.0 to 2.21.0.</action>
     </release>

Reply via email to