diff --git a/security/security-oauth2-authorization-server/build.gradle b/security/security-oauth2-authorization-server/build.gradle index 2bb06a9e..5da10b3b 100644 --- a/security/security-oauth2-authorization-server/build.gradle +++ b/security/security-oauth2-authorization-server/build.gradle @@ -8,7 +8,7 @@ plugins { dependencies { implementation(enforcedPlatform(org.springframework.boot.gradle.plugin.SpringBootPlugin.BOM_COORDINATES)) implementation("org.springframework.boot:spring-boot-starter-web") - implementation("org.springframework.security:spring-security-oauth2-authorization-server:1.0.0-SNAPSHOT") + implementation("org.springframework.security:spring-security-oauth2-authorization-server:1.1.11-SNAPSHOT") testImplementation("org.springframework.boot:spring-boot-starter-test") testImplementation("org.springframework.security:spring-security-test")