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 eecd773f Bump commons-parent from 57 to 58 eecd773f is described below commit eecd773fcd512b8820308b4bb61c735c63580065 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Thu May 25 10:59:36 2023 -0400 Bump commons-parent from 57 to 58 --- pom.xml | 2 +- src/changes/changes.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 0c66c79d..496f949d 100644 --- a/pom.xml +++ b/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.commons</groupId> <artifactId>commons-parent</artifactId> - <version>57</version> + <version>58</version> </parent> <artifactId>commons-compress</artifactId> diff --git a/src/changes/changes.xml b/src/changes/changes.xml index e3a114d9..ba3c702d 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -49,7 +49,7 @@ The <action> type attribute can be add,update,fix,remove. <action type="update" dev="kinow" due-to="Gary Gregory">Make ZipArchiveEntry.getLocalHeaderOffset() public.</action> <action type="update" dev="kinow" due-to="Dependabot">Bump zstd-jni from 1.5.4-2 to 1.5.5-2 #377, #383.</action> <action type="update" dev="kinow" due-to="Dependabot">Bump memoryfilesystem from 2.5.0 to 2.6.1 #381, #385, #387.</action> - <action type="update" dev="kinow" due-to="Dependabot">Bump commons-parent from 56 to 57 #384.</action> + <action type="update" dev="kinow" due-to="Dependabot">Bump commons-parent from 56 to 58 #384.</action> <action type="update" dev="ggregory" due-to="Gary Gregory">Bump commons-io:commons-io from 56 2.11.0 to 2.12.0.</action> </release> <release version="1.23.0" date="2023-03-18">