Update to OpenSaml 3.3.1

Fixes gh-7388
This commit is contained in:
Josh Cummings
2019-09-06 06:50:10 -06:00
parent 897c0eb596
commit c716b400a1
2 changed files with 6 additions and 3 deletions

View File

@@ -4,9 +4,9 @@ dependencies {
compile project(':spring-security-core')
compile project(':spring-security-web')
compile("org.opensaml:opensaml-core:3.3.0")
compile("org.opensaml:opensaml-saml-api:3.3.0")
compile("org.opensaml:opensaml-saml-impl:3.3.0")
compile("org.opensaml:opensaml-core")
compile("org.opensaml:opensaml-saml-api")
compile("org.opensaml:opensaml-saml-impl")
provided 'javax.servlet:javax.servlet-api'
}