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-compress.git
The following commit(s) were added to refs/heads/master by this push: new 3f4fd48d Bump org.apache.commons:commons-parent from 61 to 62 3f4fd48d is described below commit 3f4fd48d12e29d78352180a69b58d66bfe3b54f0 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Fri Sep 8 18:53:23 2023 -0400 Bump org.apache.commons:commons-parent from 61 to 62 --- pom.xml | 2 +- src/changes/changes.xml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index a4f2ae23..326f8e18 100644 --- a/pom.xml +++ b/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.commons</groupId> <artifactId>commons-parent</artifactId> - <version>61</version> + <version>62</version> </parent> <artifactId>commons-compress</artifactId> diff --git a/src/changes/changes.xml b/src/changes/changes.xml index eef138f2..e4ff4ae5 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -49,6 +49,7 @@ The <action> type attribute can be add,update,fix,remove. <!-- FIX --> <!-- UPDATE --> <action type="update" dev="ggregory" due-to="Dependabot">Bump org.slf4j:slf4j-api from 2.0.8 to 2.0.9 #413.</action> + <action type="update" dev="ggregory" due-to="Dependabot">Bump org.apache.commons:commons-parent from 61 to 62.</action> </release> <release version="1.24.0" date="2023-09-04" description="Minor feature and maintenance release."> <!-- ADD -->