Switch to spring-security SNAPSHOT dependencies
Issue gh-44
This commit is contained in:
committed by
Steve Riesenberg
parent
291ba8c92d
commit
62b5d42fed
1
samples/device-client/gradle.properties
Normal file
1
samples/device-client/gradle.properties
Normal file
@@ -0,0 +1 @@
|
||||
spring-security.version=6.1.0-SNAPSHOT
|
||||
@@ -10,6 +10,7 @@ sourceCompatibility = "17"
|
||||
|
||||
repositories {
|
||||
mavenCentral()
|
||||
maven { url "https://repo.spring.io/snapshot" }
|
||||
}
|
||||
|
||||
dependencies {
|
||||
|
||||
Reference in New Issue
Block a user