From cdb01e32d3ec8eb2b5f50390ec942844365543b3 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 22 Apr 2025 09:07:27 +0100 Subject: [PATCH] Smoke test latest Authorization Server snapshot --- security/security-oauth2-authorization-server/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/security/security-oauth2-authorization-server/build.gradle b/security/security-oauth2-authorization-server/build.gradle index 2bb06a9e..09be982c 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.0.11-SNAPSHOT") testImplementation("org.springframework.boot:spring-boot-starter-test") testImplementation("org.springframework.security:spring-security-test")