This is an automated email from the ASF dual-hosted git repository. coheigea pushed a commit to branch 3_0_x-fixes in repository https://gitbox.apache.org/repos/asf/ws-wss4j.git
commit a8db48ad95a9e647ed7841ec9fc2cc525c07269f Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Wed Mar 13 06:02:38 2024 +0000 Bump org.apache.commons:commons-compress from 1.26.0 to 1.26.1 (#288) 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:development 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> --- parent/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parent/pom.xml b/parent/pom.xml index 1a644502e..8489093c8 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -33,7 +33,7 @@ <properties> <bcprov.version>1.77</bcprov.version> - <commons.compress.version>1.26.0</commons.compress.version> + <commons.compress.version>1.26.1</commons.compress.version> <cryptacular.version>1.2.6</cryptacular.version> <ehcache.version>3.10.8</ehcache.version> <hamcrest.version>2.2</hamcrest.version>