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 86678a2957fea092cb3c116f3883d72ec99fa3e3
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Oct 23 09:25:02 2025 +0100
Bump org.apache.commons:commons-compress from 1.27.1 to 1.28.0 (#532)
Bumps
[org.apache.commons:commons-compress](https://github.com/apache/commons-compress)
from 1.27.1 to 1.28.0.
-
[Changelog](https://github.com/apache/commons-compress/blob/master/RELEASE-NOTES.txt)
-
[Commits](https://github.com/apache/commons-compress/compare/rel/commons-compress-1.27.1...rel/commons-compress-1.28.0)
---
updated-dependencies:
- dependency-name: org.apache.commons:commons-compress
dependency-version: 1.28.0
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
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 dc9128314..9b6715794 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -33,7 +33,7 @@
<properties>
<bcprov.version>1.82</bcprov.version>
- <commons.compress.version>1.27.1</commons.compress.version>
+ <commons.compress.version>1.28.0</commons.compress.version>
<cryptacular.version>1.2.7</cryptacular.version>
<ehcache.version>3.11.1</ehcache.version>
<hamcrest.version>3.0</hamcrest.version>