From cbbf9334558fda4051575079007fd7e0497b5719 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 10 Aug 2023 16:09:32 +0200 Subject: [PATCH] Start building against Spring Authorization Server 1.1.2 snapshots See 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 d772ca21c9..13b0065a5c 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1380,7 +1380,7 @@ bom { ] } } - library("Spring Authorization Server", "1.1.1") { + library("Spring Authorization Server", "1.1.2-SNAPSHOT") { group("org.springframework.security") { modules = [ "spring-security-oauth2-authorization-server"