Switch to spring-security SNAPSHOT dependencies

Issue gh-44
This commit is contained in:
Steve Riesenberg
2023-03-09 14:12:34 -06:00
committed by Steve Riesenberg
parent 291ba8c92d
commit 62b5d42fed
14 changed files with 13 additions and 16 deletions

View File

@@ -0,0 +1 @@
spring-security.version=6.1.0-SNAPSHOT

View File

@@ -10,7 +10,7 @@ sourceCompatibility = "17"
repositories {
mavenCentral()
maven { url 'https://repo.spring.io/milestone' }
maven { url "https://repo.spring.io/snapshot" }
}
dependencies {