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:26 UTC

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

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>