From bf370bc52d95198b37b1c35adc01e5c0c93a06ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Tue, 20 Aug 2024 19:21:35 +0200 Subject: [PATCH 1/2] Upgrade to Spring Authorization Server 1.2.6 Closes gh-41723 --- 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 db07aeaf6b0..498084483c4 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1567,7 +1567,7 @@ bom { ] } } - library("Spring Authorization Server", "1.2.6-SNAPSHOT") { + library("Spring Authorization Server", "1.2.6") { considerSnapshots() group("org.springframework.security") { modules = [ From dc67ec962b8196732d8be2b7a5b662dce8e52a95 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Tue, 20 Aug 2024 19:21:35 +0200 Subject: [PATCH 2/2] Upgrade to Spring Session 3.2.5 Closes gh-41729 --- 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 498084483c4..d966520ddf3 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1678,7 +1678,7 @@ bom { ] } } - library("Spring Session", "3.2.5-SNAPSHOT") { + library("Spring Session", "3.2.5") { considerSnapshots() prohibit { startsWith(["Apple-", "Bean-", "Corn-", "Dragonfruit-"])