Update to Spring Security 6.3.0-SNAPSHOT

Closes gh-1586
This commit is contained in:
Joe Grandja
2024-04-12 05:06:25 -04:00
parent b9b0bb751e
commit 64558fc834
12 changed files with 13 additions and 7 deletions

View File

@@ -14,6 +14,7 @@ java {
repositories {
mavenCentral()
maven { url "https://repo.spring.io/milestone" }
maven { url "https://repo.spring.io/snapshot" }
}
dependencies {