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 70d2ceeb9ebb0a37ea2c2e6a3172c1e51fc16a9f Author: jimma <e...@apache.org> AuthorDate: Wed Oct 23 16:52:53 2024 +0800 Upgrade cryptacular to 1.2.7 (#380) --- parent/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parent/pom.xml b/parent/pom.xml index 2c25129e0..e1be02ace 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -34,7 +34,7 @@ <properties> <bcprov.version>1.78.1</bcprov.version> <commons.compress.version>1.26.2</commons.compress.version> - <cryptacular.version>1.2.6</cryptacular.version> + <cryptacular.version>1.2.7</cryptacular.version> <ehcache.version>3.10.8</ehcache.version> <hamcrest.version>3.0</hamcrest.version> <jakarta.mail.api.version>2.1.3</jakarta.mail.api.version>