From 59b676107fdacc4b41215e6b8ed2b0c1e0eac49f Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 5 Jun 2023 21:41:50 +0100 Subject: [PATCH] Start building against Spring Authorization Server 1.1.1 snapshots See 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 dc97b0018b..b03f99c320 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") { + library("Spring Authorization Server", "1.1.1-SNAPSHOT") { group("org.springframework.security") { modules = [ "spring-security-oauth2-authorization-server"