This is an automated email from the ASF dual-hosted git repository.
ggregory 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 0aba74d5c Bump org.apache.commons:commons-parent from 71 to 72
0aba74d5c is described below
commit 0aba74d5c3b4d9683a73d5c434b2f47e5ff64f24
Author: Gary Gregory <[email protected]>
AuthorDate: Tue Jul 30 08:45:14 2024 -0400
Bump org.apache.commons:commons-parent from 71 to 72
---
pom.xml | 2 +-
src/changes/changes.xml | 1 +
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 2e34f3762..0fa7ac5c3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -19,7 +19,7 @@
<parent>
<groupId>org.apache.commons</groupId>
<artifactId>commons-parent</artifactId>
- <version>71</version>
+ <version>72</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>commons-collections4</artifactId>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index c63ebc1d2..fb0571fc3 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -40,6 +40,7 @@
<action issue="COLLECTIONS-857" type="update" dev="ggregory"
due-to="Claude Warren">Update bloom filter documentation #508.</action>
<action issue="COLLECTIONS-857" type="update" dev="ggregory"
due-to="Dependabot, Gary Gregory">Bump commons-codec:commons-codec from 1.17.0
to 1.17.1 #514.</action>
<action issue="COLLECTIONS-857" type="update" dev="ggregory"
due-to="Dependabot, Gary Gregory">Bump org.apache.commons:commons-lang3 from
3.14.0 to 3.15.0 #516.</action>
+ <action type="update" dev="ggregory" due-to="Gary Gregory">Bump
org.apache.commons:commons-parent from 71 to 72.</action>
</release>
<release version="4.5.0-M2" date="2024-06-15" description="This milestone
release requires Java 8 and adds the package
`org.apache.commons.collections4.bloomfilter`.">
<!-- ADD -->