Switch to spring-security SNAPSHOT dependencies
Issue gh-44
This commit is contained in:
committed by
Steve Riesenberg
parent
291ba8c92d
commit
62b5d42fed
@@ -0,0 +1 @@
|
||||
spring-security.version=6.1.0-SNAPSHOT
|
||||
@@ -9,16 +9,10 @@ version = project.rootProject.version
|
||||
sourceCompatibility = "17"
|
||||
|
||||
repositories {
|
||||
maven {
|
||||
url = "https://repo.spring.io/snapshot"
|
||||
}
|
||||
mavenCentral()
|
||||
maven { url = "https://repo.spring.io/snapshot" }
|
||||
}
|
||||
|
||||
// Temporarily use SNAPSHOT version
|
||||
// TODO: Use 6.1.0-M2 version after release
|
||||
ext["spring-security.version"] = "6.1.0-SNAPSHOT"
|
||||
|
||||
dependencies {
|
||||
implementation "org.springframework.boot:spring-boot-starter-web"
|
||||
implementation "org.springframework.boot:spring-boot-starter-security"
|
||||
|
||||
Reference in New Issue
Block a user