This is an automated email from the ASF dual-hosted git repository.
fpapon pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shiro.git
The following commit(s) were added to refs/heads/master by this push:
new 59c223c [SHIRO-718] Upgrade to xmlsec 2.1.4
new 6fe902b Merge pull request #164 from jbonofre/SHIRO-718
59c223c is described below
commit 59c223cd57b9ac303d136c95c8e4bdd1e6742554
Author: Jean-Baptiste Onofré <[email protected]>
AuthorDate: Wed Jul 24 17:13:42 2019 +0200
[SHIRO-718] Upgrade to xmlsec 2.1.4
---
support/cas/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/support/cas/pom.xml b/support/cas/pom.xml
index 2734d6b..ececf26 100644
--- a/support/cas/pom.xml
+++ b/support/cas/pom.xml
@@ -59,7 +59,7 @@
<!-- for Optional SAML ticket validation: -->
<groupId>org.apache.santuario</groupId>
<artifactId>xmlsec</artifactId>
- <version>1.4.3</version>
+ <version>2.1.4</version>
<scope>runtime</scope>
<optional>true</optional>
</dependency>