From 00a698be5113fce087e3d62f9b1948f44566a6ee Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 23 Aug 2023 09:39:54 +0200 Subject: [PATCH] Upgrade to Spring Authorization Server 1.1.2 Closes gh-36941 --- 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 f3242cba117..9cbe9765017 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1384,7 +1384,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"