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
No known key found for this signature in database
GPG Key ID: 49EF60DD7FF83443
1 changed files with 3 additions and 3 deletions

View File

@ -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'