From df35f035b4f653e9e78d94748aa6ac98b83e2453 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 16 May 2023 19:22:37 +0100 Subject: [PATCH] Upgrade to Spring Authorization Server 1.1.0 Closes gh-35308 --- 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 75f136a04901..ea5591cedd91 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1393,7 +1393,7 @@ bom { ] } } - library("Spring Authorization Server", "1.1.0-SNAPSHOT") { + library("Spring Authorization Server", "1.1.0") { group("org.springframework.security") { modules = [ "spring-security-oauth2-authorization-server"