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 72aedbc456066dc11a25ea89fcfeabf9e7a68813 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Fri May 24 09:40:54 2024 +0100 Bump org.apache.commons:commons-compress from 1.26.1 to 1.26.2 (#327) Bumps org.apache.commons:commons-compress from 1.26.1 to 1.26.2. --- 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 766a44170..5a0de5971 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -33,7 +33,7 @@ <properties> <bcprov.version>1.78.1</bcprov.version> - <commons.compress.version>1.26.1</commons.compress.version> + <commons.compress.version>1.26.2</commons.compress.version> <cryptacular.version>1.2.6</cryptacular.version> <ehcache.version>3.10.8</ehcache.version> <hamcrest.version>2.2</hamcrest.version>