From 50d19fbd12778371b7e455562e2580ced22e3a14 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 23 Aug 2023 09:37:58 +0200 Subject: [PATCH] Upgrade to Spring Authorization Server 1.1.2 Closes gh-36843 --- 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 942adcdf132..af45bcc8456 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1376,7 +1376,7 @@ bom { ] } } - library("Spring Authorization Server", "1.1.2-SNAPSHOT") { + library("Spring Authorization Server", "1.1.2") { group("org.springframework.security") { modules = [ "spring-security-oauth2-authorization-server"