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-vfs.git
The following commit(s) were added to refs/heads/master by this push:
new 58143ec1 Bump org.apache.commons:commons-compress 1.23.0 to 1.24.0
58143ec1 is described below
commit 58143ec1c7b25ce262f633228e1eb66b8b9ab16b
Author: Gary Gregory <[email protected]>
AuthorDate: Sat Sep 9 11:58:30 2023 -0400
Bump org.apache.commons:commons-compress 1.23.0 to 1.24.0
---
pom.xml | 2 +-
src/changes/changes.xml | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/pom.xml b/pom.xml
index 377be065..160f8b5b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -508,7 +508,7 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-compress</artifactId>
- <version>1.23.0</version>
+ <version>1.24.0</version>
</dependency>
<dependency>
<groupId>ant</groupId>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 3e83b527..ef210f42 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -267,8 +267,8 @@ The <action> type attribute can be add,update,fix,remove.
<action dev="ggregory" due-to="Dependabot" type="update">
Bump maven-checkstyle-plugin from 3.1.2 to 3.2.0 #321
</action>
- <action dev="ggregory" due-to="Dependabot" type="update">
- Bump commons-compress from 1.21 to 1.23.0 #329, #385.
+ <action dev="ggregory" due-to="Dependabot, Gary Gregory" type="update">
+ Bump commons-compress from 1.21 to 1.24.0 #329, #385.
</action>
<action dev="ggregory" due-to="Gary Gregory" type="update">
Bump commons-net:commons-net from 3.8.0 to 3.9.0.