You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by rz...@apache.org on 2022/07/05 08:05:24 UTC

[tomee] branch master updated (ff175640d2 -> b24bec038c)

This is an automated email from the ASF dual-hosted git repository.

rzo1 pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/tomee.git


    from ff175640d2 TOMEE-4007 - Clean up ASM dependency
     new 78b7dc1a80 TOMEE-4009 - Upgrade WSS4J to 2.4.1
     new b24bec038c TOMEE-4010 - Upgrade xmlsec to 3.0.0

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)


[tomee] 01/02: TOMEE-4009 - Upgrade WSS4J to 2.4.1

Posted by rz...@apache.org.
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 <rz...@apache.org>
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>


[tomee] 02/02: TOMEE-4010 - Upgrade xmlsec to 3.0.0

Posted by rz...@apache.org.
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 b24bec038c926819987b480d3db3f6c039df0ed2
Author: Richard Zowalla <rz...@apache.org>
AuthorDate: Tue Jul 5 10:05:10 2022 +0200

    TOMEE-4010 - Upgrade xmlsec to 3.0.0
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index a797d584f7..88f55a2acd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1463,7 +1463,7 @@
       <dependency>
         <artifactId>xmlsec</artifactId>
         <groupId>org.apache.santuario</groupId>
-        <version>2.2.3</version>
+        <version>3.0.0</version>
       </dependency>
       <dependency>
         <groupId>wsdl4j</groupId>