1
0
mirror of synced 2026-05-22 21:33:16 +00:00

Update to OpenSAML 4.1.1

Closes gh-9976
This commit is contained in:
Josh Cummings
2021-06-21 09:14:26 -06:00
parent b2bb014492
commit 93f59a228b
@@ -43,9 +43,9 @@ dependencies {
api "org.opensaml:opensaml-core"
api "org.opensaml:opensaml-saml-api"
api "org.opensaml:opensaml-saml-impl"
opensaml4MainCompile "org.opensaml:opensaml-core:4.1.0"
opensaml4MainCompile "org.opensaml:opensaml-saml-api:4.1.0"
opensaml4MainCompile "org.opensaml:opensaml-saml-impl:4.1.0"
opensaml4MainCompile "org.opensaml:opensaml-core:4.1.1"
opensaml4MainCompile "org.opensaml:opensaml-saml-api:4.1.1"
opensaml4MainCompile "org.opensaml:opensaml-saml-impl:4.1.1"
provided 'javax.servlet:javax.servlet-api'