From 8c781143dc3cdd87263d09209455ae9ca0b9bb6e Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 18 Apr 2023 16:32:23 +0200 Subject: [PATCH] Upgrade to Spring Authorization Server 1.1.0-RC1 Closes gh-35013 --- spring-boot-project/spring-boot-dependencies/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot-dependencies/build.gradle b/spring-boot-project/spring-boot-dependencies/build.gradle index 0f1338f06360..aeccf1033013 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1335,7 +1335,7 @@ bom { ] } } - library("Spring Authorization Server", "1.1.0-SNAPSHOT") { + library("Spring Authorization Server", "1.1.0-RC1") { group("org.springframework.security") { modules = [ "spring-security-oauth2-authorization-server"