From 148c632299f408a50ba506b1ec79a9938730d3b6 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Sat, 15 Apr 2023 16:05:45 +0200 Subject: [PATCH] Start building against Spring Authorization Server 1.1.0-RC1 snapshots See gh-35013 --- 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 d7f5719692e1..ec04e2f511ae 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1333,7 +1333,7 @@ bom { ] } } - library("Spring Authorization Server", "1.1.0-M2") { + library("Spring Authorization Server", "1.1.0-SNAPSHOT") { group("org.springframework.security") { modules = [ "spring-security-oauth2-authorization-server"