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-release-plugin.git
The following commit(s) were added to refs/heads/master by this push:
new e652b2f Bump org.apache.commons:commons-compress 1.23.0 to 1.24.0
e652b2f is described below
commit e652b2f08bd35bbc533a5f92d2f3d778d82ff53b
Author: Gary Gregory <[email protected]>
AuthorDate: Sat Sep 9 11:44:54 2023 -0400
Bump org.apache.commons:commons-compress 1.23.0 to 1.24.0
---
pom.xml | 2 +-
src/changes/changes.xml | 3 ++-
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index c1a1cbe..5fe3b93 100644
--- a/pom.xml
+++ b/pom.xml
@@ -195,7 +195,7 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-compress</artifactId>
- <version>1.23.0</version>
+ <version>1.24.0</version>
</dependency>
<dependency>
<groupId>org.apache.maven.plugin-testing</groupId>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 6711f94..3c544a6 100755
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -32,7 +32,8 @@
<action type="update" dev="ggregory" due-to="Gary Gregory">Bump
org.apache.maven.scm:maven-scm-* from 2.0.0 to 2.0.1.</action>
<action type="update" dev="ggregory" due-to="Gary Gregory">Bump
maven-plugin-annotations from 3.8.2 to 3.9.0.</action>
<action type="update" dev="ggregory" due-to="Gary Gregory">Bump
org.apache.maven:maven-* from 3.9.1 to 3.9.3.</action>
- <action type="update" dev="ggregory" due-to="Gary Gregory">Bump
commons-parent 58 to 62.</action>
+ <action type="update" dev="ggregory" due-to="Gary Gregory">Bump
org.apache.commons:commons-parent 58 to 62.</action>
+ <action type="update" dev="ggregory" due-to="Gary Gregory">Bump
org.apache.commons:commons-compress 1.23.0 to 1.24.0.</action>
</release>
<release version="1.8.1" date="2023-06-25" description="Version 1.8.1">
<!-- FIXES -->