This is an automated email from the ASF dual-hosted git repository. rzo1 pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/tomee.git
commit 78b7dc1a806e076d7f8eb6b0cb8705c304be77e5 Author: Richard Zowalla <[email protected]> AuthorDate: Tue Jul 5 10:03:45 2022 +0200 TOMEE-4009 - Upgrade WSS4J to 2.4.1 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 7bca07d5bd..a797d584f7 100644 --- a/pom.xml +++ b/pom.xml @@ -151,7 +151,7 @@ <cxf.version>3.5.0</cxf.version> <ehcache.version>3.10.0</ehcache.version> - <wss4j.version>2.4.0</wss4j.version> + <wss4j.version>2.4.1</wss4j.version> <!-- used by cxf for security (replay attack) --> <jetty.version>11.0.8</jetty.version> <pax-url.version>1.3.5</pax-url.version>
