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 18fd3c77 Bump commons-parent 18fd3c77 is described below commit 18fd3c77bb414c354320d75e79bc89b403661692 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Tue Oct 10 08:06:59 2023 -0400 Bump commons-parent --- pom.xml | 2 +- src/changes/changes.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 6dbbe1c2..162cabfd 100644 --- a/pom.xml +++ b/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.commons</groupId> <artifactId>commons-parent</artifactId> - <version>61</version> + <version>64</version> </parent> <artifactId>commons-digester3-parent</artifactId> diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 5d12c297..e4050b28 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -90,7 +90,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 61. + Bump commons-parent from 28 to 64. </action> <action dev="ggregory" type="update" due-to="Dependabot"> Bump findbugs-maven-plugin from 2.3.2 to 3.0.5 #80.