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

@@ -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"