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 940edc77b Bump org.apache.commons:commons-parent from 102 to 103.
940edc77b is described below
commit 940edc77bb7a90ee564621cc6c362d4f743f56f0
Author: Gary Gregory <[email protected]>
AuthorDate: Tue Jul 21 15:45:45 2026 -0700
Bump org.apache.commons:commons-parent from 102 to 103.
---
pom.xml | 2 +-
src/changes/changes.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index 26aed186c..c724e9e29 100644
--- a/pom.xml
+++ b/pom.xml
@@ -19,7 +19,7 @@
<parent>
<groupId>org.apache.commons</groupId>
<artifactId>commons-parent</artifactId>
- <version>102</version>
+ <version>103</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>commons-collections4</artifactId>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 4fc779f22..3a60c217f 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -90,7 +90,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 102 #612, #645,
#662, #663.</action>
+ <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">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>