From 93f59a228bb72996abec94f98acafef8df043c25 Mon Sep 17 00:00:00 2001 From: Josh Cummings Date: Mon, 21 Jun 2021 09:14:26 -0600 Subject: [PATCH] Update to OpenSAML 4.1.1 Closes gh-9976 --- .../spring-security-saml2-service-provider.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/saml2/saml2-service-provider/spring-security-saml2-service-provider.gradle b/saml2/saml2-service-provider/spring-security-saml2-service-provider.gradle index 2027bbd40e..805f633f7e 100644 --- a/saml2/saml2-service-provider/spring-security-saml2-service-provider.gradle +++ b/saml2/saml2-service-provider/spring-security-saml2-service-provider.gradle @@ -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'