open-saml bumps (#5805)

This commit is contained in:
Anthony Stirling
2026-02-27 15:03:12 +00:00
committed by GitHub
parent 6a1597bb8d
commit 930d7a0df8
6 changed files with 262 additions and 7 deletions
+2 -1
View File
@@ -26,7 +26,7 @@ ext {
lombokVersion = "1.18.42"
bouncycastleVersion = "1.83"
springSecuritySamlVersion = "7.0.2"
openSamlVersion = "4.3.2"
openSamlVersion = "5.2.1"
commonmarkVersion = "0.27.1"
googleJavaFormatVersion = "1.34.1"
logback = "1.5.32"
@@ -176,6 +176,7 @@ subprojects {
}
}
maven { url = "https://build.shibboleth.net/maven/releases" }
maven { url = "https://repository.jboss.org/" }
mavenCentral()
}