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 54f3700 Bump org.apache.commons:commons-compress 1.26.1 to 1.26.2
54f3700 is described below
commit 54f370051ab923005e7d3d678b1defe9226c92b7
Author: Gary Gregory <[email protected]>
AuthorDate: Thu May 23 19:00:08 2024 -0400
Bump org.apache.commons:commons-compress 1.26.1 to 1.26.2
---
pom.xml | 2 +-
src/changes/changes.xml | 1 +
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 8c35df8..8c0f4ea 100644
--- a/pom.xml
+++ b/pom.xml
@@ -201,7 +201,7 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-compress</artifactId>
- <version>1.26.1</version>
+ <version>1.26.2</version>
</dependency>
<dependency>
<groupId>org.apache.maven.plugin-testing</groupId>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index a9c2cfd..e91c0ac 100755
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -28,6 +28,7 @@
<action type="update" dev="ggregory" due-to="Dependabot">Bump
maven-scm.version from 2.0.1 to 2.1.0 #263.</action>
<action type="update" dev="ggregory" due-to="Dependabot">Bump
commons-codec:commons-codec from 1.16.1 to 1.17.0.</action>
<action type="update" dev="ggregory" due-to="Dependabot">Bump
org.apache.commons:commons-parent from 69 to 70 #278.</action>
+ <action type="update" dev="ggregory" due-to="Gary Gregory">Bump
org.apache.commons:commons-compress 1.26.1 to 1.26.2.</action>
</release>
<release version="1.8.2" date="2024-04-15" description="Version 1.8.2">
<!-- UPDATES -->