From a2b7fc8661d01e3cf04ee781faf58f3642d07a24 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 20 Jun 2023 17:29:21 +0200 Subject: [PATCH] Upgrade to Spring Authorization Server 1.1.1 Closes gh-35749 --- 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 ef25f879b4..8caff8184d 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.1-SNAPSHOT") { + library("Spring Authorization Server", "1.1.1") { group("org.springframework.security") { modules = [ "spring-security-oauth2-authorization-server"