From 8e3b465de72b8e366e5da94b990d5beb55273156 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 5 May 2023 08:36:42 +0200 Subject: [PATCH] Start building against Spring Authorization Server 1.1.0 snapshots See 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 8cc7695ec8..ad842897c3 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-RC1") { + library("Spring Authorization Server", "1.1.0-SNAPSHOT") { group("org.springframework.security") { modules = [ "spring-security-oauth2-authorization-server"