Skip to content

Commit 93f59a2

Browse files
committed
Update to OpenSAML 4.1.1
Closes gh-9976
1 parent b2bb014 commit 93f59a2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

saml2/saml2-service-provider/spring-security-saml2-service-provider.gradle

+3-3
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,9 @@ dependencies {
4343
api "org.opensaml:opensaml-core"
4444
api "org.opensaml:opensaml-saml-api"
4545
api "org.opensaml:opensaml-saml-impl"
46-
opensaml4MainCompile "org.opensaml:opensaml-core:4.1.0"
47-
opensaml4MainCompile "org.opensaml:opensaml-saml-api:4.1.0"
48-
opensaml4MainCompile "org.opensaml:opensaml-saml-impl:4.1.0"
46+
opensaml4MainCompile "org.opensaml:opensaml-core:4.1.1"
47+
opensaml4MainCompile "org.opensaml:opensaml-saml-api:4.1.1"
48+
opensaml4MainCompile "org.opensaml:opensaml-saml-impl:4.1.1"
4949

5050
provided 'javax.servlet:javax.servlet-api'
5151

0 commit comments

Comments
 (0)