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 f15c1b0 Bump org.apache.commons:commons-compress from 1.26.0 to 1.26.1 (#247) f15c1b0 is described below commit f15c1b0fa13521c35676c76e309ec4e1b0cfb624 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Fri Mar 8 18:19:38 2024 -0500 Bump org.apache.commons:commons-compress from 1.26.0 to 1.26.1 (#247) Bumps org.apache.commons:commons-compress from 1.26.0 to 1.26.1. --- updated-dependencies: - dependency-name: org.apache.commons:commons-compress dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <supp...@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index bff5a9a..4f9e238 100644 --- a/pom.xml +++ b/pom.xml @@ -200,7 +200,7 @@ <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-compress</artifactId> - <version>1.26.0</version> + <version>1.26.1</version> </dependency> <dependency> <groupId>org.apache.maven.plugin-testing</groupId>