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-digester.git
The following commit(s) were added to refs/heads/master by this push:
new 02fe76c1 Bump org.apache.commons:commons-parent from 71 to 72
02fe76c1 is described below
commit 02fe76c1f066a0d24016b3645a8bab8cbfba4d90
Author: Gary Gregory <[email protected]>
AuthorDate: Tue Jul 30 11:51:40 2024 -0400
Bump org.apache.commons:commons-parent from 71 to 72
---
pom.xml | 2 +-
src/changes/changes.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index 0f7d5ff2..4387867f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.commons</groupId>
<artifactId>commons-parent</artifactId>
- <version>71</version>
+ <version>72</version>
</parent>
<artifactId>commons-digester3-parent</artifactId>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 4c83c42d..f245dfad 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -92,7 +92,7 @@
Bump JUnit from 4.10 to 4.13.2 in #77, #78.
</action>
<action dev="ggregory" type="update">
- Bump commons-parent from 28 to 71 #146, #161, #169.
+ Bump commons-parent from 28 to 72 #146, #161, #169.
</action>
<action dev="ggregory" type="update" due-to="Dependabot">
Bump findbugs-maven-plugin from 2.3.2 to 3.0.5 #80.