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/27 17:22:56 UTC

[tomee] 02/02: Update xmlsec to 2.0.10

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

rzo1 pushed a commit to branch tomee-7.1.x
in repository https://gitbox.apache.org/repos/asf/tomee.git

commit fd3b5d54e8be279bb59a5a3055e29aadb3b8188f
Author: Richard Zowalla <rz...@apache.org>
AuthorDate: Wed Sep 15 09:05:53 2021 +0200

    Update xmlsec to 2.0.10
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 90655c16c8..f9441a79bc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1421,7 +1421,7 @@
       <dependency>
         <artifactId>xmlsec</artifactId>
         <groupId>org.apache.santuario</groupId>
-        <version>2.0.6</version>
+        <version>2.0.10</version>
       </dependency>
       <dependency>
         <groupId>wsdl4j</groupId>