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-collections.git
The following commit(s) were added to refs/heads/master by this push:
new cf36204c9 Bump org.apache.commons:commons-parent from 103 to 104.
cf36204c9 is described below
commit cf36204c913a268681f9e7786f48383d6a464ed4
Author: Gary Gregory <[email protected]>
AuthorDate: Sat Aug 22 08:30:03 2026 -0400
Bump org.apache.commons:commons-parent from 103 to 104.
---
pom.xml | 2 +-
src/changes/changes.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index 76c142767..2e17aa0a7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -19,7 +19,7 @@
<parent>
<groupId>org.apache.commons</groupId>
<artifactId>commons-parent</artifactId>
- <version>103</version>
+ <version>104</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>commons-collections4</artifactId>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 02f294a52..fad3c28bd 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -108,7 +108,7 @@
<action type="add" issue="COLLECTIONS-893" dev="paulk" due-to="Paul
King">Add MultiSetUtils.containsOccurrences/removeOccurrences/retainOccurrences
providing Bag's cardinality-respecting semantics under explicit names, and
Bag-to-MultiSet migration notes in the Bag javadoc.</action>
<action type="add" dev="ggregory" due-to="Gary Gregory">Add
IterableUtils.sumSizes(Iterable<? extends Collection<E>>).</action>
<!-- UPDATE -->
- <action type="update" dev="ggregory" due-to="Gary Gregory,
Dependabot">Bump org.apache.commons:commons-parent from 81 to 103 #612, #645,
#662, #663.</action>
+ <action type="update" dev="ggregory" due-to="Gary Gregory,
Dependabot">Bump org.apache.commons:commons-parent from 81 to 104 #612, #645,
#662, #663.</action>
<action type="update" dev="ggregory" due-to="Gary Gregory">Bump
com.google.guava:guava-testlib from 33.3.1-jre to 33.5.0-jre #644.</action>
<action type="update" dev="ggregory" due-to="Gary Gregory">Bump PMD from
7.8.0 to 7.13.0 (now inherited from parent POM).</action>
<action type="update" dev="ggregory" due-to="Gary Gregory">Bump
org.easymock:easymock from 5.5.0 to 5.6.0 #617.</action>