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-jcs.git


The following commit(s) were added to refs/heads/master by this push:
     new 6822c69f Bump org.apache.commons:commons-collections4 from 4.5.0 to 
4.6.0
6822c69f is described below

commit 6822c69ffc9268fb3f8c5c0b568038bf881a4d6e
Author: Gary Gregory <[email protected]>
AuthorDate: Mon Aug 10 09:07:05 2026 -0400

    Bump org.apache.commons:commons-collections4 from 4.5.0 to 4.6.0
    
    Remove javadoc:javadoc from default Maven goal and add TODO.
---
 pom.xml                 | 7 ++++---
 src/changes/changes.xml | 2 +-
 2 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/pom.xml b/pom.xml
index 931cdf3f..59d42f5e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.commons</groupId>
     <artifactId>commons-parent</artifactId>
-    <version>96</version>
+    <version>103</version>
   </parent>
 
   <artifactId>commons-jcs4</artifactId>
@@ -195,7 +195,8 @@
     </contributor>
   </contributors>
   <build>
-    <defaultGoal>clean apache-rat:check verify javadoc:javadoc</defaultGoal>
+    <!-- TODO Fix javadoc:javadoc -->
+    <defaultGoal>clean apache-rat:check verify</defaultGoal>
     <pluginManagement>
       <plugins>
         <!-- Re-enable standard copying of N&L files from apache parent -->
@@ -514,7 +515,7 @@
     <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
     <commons.encoding>UTF-8</commons.encoding>
     <jsr107.api.version>1.0.1</jsr107.api.version>
-    <commons.collections.version>4.5.0</commons.collections.version>
+    <commons.collections.version>4.6.0</commons.collections.version>
     <commons.text.version>1.15.0</commons.text.version>
     <commons.lang.version>3.20.0</commons.lang.version>
     <test.type>Unit</test.type>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 20b93c63..3fa3385a 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -110,7 +110,7 @@
             <action type="update" dev="ggregory" due-to="Dependabot, Gary 
Gregory">Bump org.apache.commons:commons-text from 1.11.0 to 1.15.0 #254, 
#321.</action> 
             <action type="update" dev="ggregory" due-to="Dependabot, Gary 
Gregory">Bump org.apache.commons:commons-lang3 from 3.14.0 to 3.20.0 #265, 
#271, #281, #364.</action>
             <action type="update" dev="ggregory" due-to="Dependabot, Gary 
Gregory">Update from JUnit 4 to JUnit 5 Vintage.</action>
-            <action type="update" dev="ggregory" due-to="Gary Gregory">Bump 
org.apache.commons:commons-collections4 from 4.4 to 4.5.0.</action>
+            <action type="update" dev="ggregory" due-to="Gary Gregory">[test] 
Bump org.apache.commons:commons-collections4 from 4.4 to 4.6.0.</action>
             <action type="update" dev="ggregory" due-to="Gary Gregory">Bump 
commons-beanutils:commons-beanutils from 1.9.4 to 1.11.0.</action>
             <action type="update" dev="ggregory" due-to="Gary Gregory">Bump 
commons-io:commons-io from 2.18.0 to 2.22.0.</action>
             <action type="update" dev="ggregory" due-to="Gary Gregory">Bump 
com.fasterxml.jackson.core:jackson-databind from 2.21.1 to 2.21.4.</action>

Reply via email to