mirror of
https://github.com/spring-projects/spring-authorization-server.git
synced 2026-05-02 19:29:14 +01:00
Update to Spring Boot 3.1.0
This commit is contained in:
@@ -12,7 +12,7 @@ repositories {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
implementation(platform("org.springframework.boot:spring-boot-dependencies:3.1.0-RC1")) {
|
||||
implementation(platform("org.springframework.boot:spring-boot-dependencies:3.1.0")) {
|
||||
exclude group: "org.springframework.security", module: "spring-security-oauth2-authorization-server"
|
||||
}
|
||||
implementation platform("org.springframework.security:spring-security-bom:6.1.0")
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
plugins {
|
||||
id "org.springframework.boot" version "3.1.0-RC1"
|
||||
id "org.springframework.boot" version "3.1.0"
|
||||
id "io.spring.dependency-management" version "1.1.0"
|
||||
id "java"
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
plugins {
|
||||
id "org.springframework.boot" version "3.1.0-RC1"
|
||||
id "org.springframework.boot" version "3.1.0"
|
||||
id "io.spring.dependency-management" version "1.1.0"
|
||||
id "java"
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
plugins {
|
||||
id "org.springframework.boot" version "3.1.0-RC1"
|
||||
id "org.springframework.boot" version "3.1.0"
|
||||
id "io.spring.dependency-management" version "1.1.0"
|
||||
id "java"
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
plugins {
|
||||
id "org.springframework.boot" version "3.1.0-RC1"
|
||||
id "org.springframework.boot" version "3.1.0"
|
||||
id "io.spring.dependency-management" version "1.1.0"
|
||||
id "java"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user