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 7445c980 Bump commons-compress from 1.21 to 1.26.0 7445c980 is described below commit 7445c980df16ab433510398fdc5d631df48fd0b8 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Sun Feb 18 19:51:14 2024 -0500 Bump commons-compress from 1.21 to 1.26.0 --- pom.xml | 2 +- src/changes/changes.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 231bbdf8..7766807f 100644 --- a/pom.xml +++ b/pom.xml @@ -514,7 +514,7 @@ <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-compress</artifactId> - <version>1.25.0</version> + <version>1.26.0</version> </dependency> <dependency> <groupId>ant</groupId> diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 6909f5a8..f3225556 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -336,7 +336,7 @@ The <action> type attribute can be add,update,fix,remove. Bump maven-checkstyle-plugin from 3.1.2 to 3.2.0 #321 </action> <action dev="ggregory" due-to="Dependabot, Gary Gregory" type="update"> - Bump commons-compress from 1.21 to 1.25.0 #329, #385. + Bump commons-compress from 1.21 to 1.26.0 #329, #385. </action> <action dev="ggregory" due-to="Gary Gregory" type="update"> Bump commons-net:commons-net from 3.8.0 to 3.10.0.