Merge branch '6.1.x'
This commit is contained in:
@@ -5,6 +5,7 @@ org-springframework-boot = "3.2.0"
|
||||
org-springframework-spring-framework-bom = "org.springframework:spring-framework-bom:6.1.1"
|
||||
org-springframework-security-spring-security-bom = "org.springframework.security:spring-security-bom:6.2.0"
|
||||
org-springframework-data-spring-data-bom = "org.springframework.data:spring-data-bom:2023.1.0"
|
||||
org-springframework-security-spring-security-oauth2-authorization-server = "org.springframework.security:spring-security-oauth2-authorization-server:1.2.0"
|
||||
|
||||
[plugins]
|
||||
io-spring-dependency-management = { id = "io.spring.dependency-management", version = "1.1.4" }
|
||||
|
||||
@@ -15,7 +15,7 @@ ext["micrometer.version"] = "1.10.0-SNAPSHOT"
|
||||
|
||||
dependencies {
|
||||
implementation 'org.springframework.boot:spring-boot-starter-web'
|
||||
implementation 'org.springframework.security:spring-security-oauth2-authorization-server:1.0.0-SNAPSHOT'
|
||||
implementation libs.org.springframework.security.spring.security.oauth2.authorization.server
|
||||
|
||||
testImplementation 'org.springframework.boot:spring-boot-starter-test'
|
||||
testImplementation 'org.springframework.security:spring-security-test'
|
||||
|
||||
@@ -16,7 +16,7 @@ pluginManagement {
|
||||
|
||||
plugins {
|
||||
id "com.gradle.enterprise" version "3.10.2"
|
||||
id "io.spring.ge.conventions" version "0.0.7"
|
||||
id "io.spring.ge.conventions" version "0.0.14"
|
||||
}
|
||||
|
||||
include ":reactive:rsocket:hello-security"
|
||||
|
||||
Reference in New Issue
Block a user