From cb019e2957afc1760bff017471fec8c592620790 Mon Sep 17 00:00:00 2001 From: Brian Clozel Date: Tue, 19 Dec 2023 18:48:19 +0100 Subject: [PATCH 1/2] Upgrade to Spring Authorization Server 1.1.4 Closes gh-38678 --- 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 2d81de4027..37f9b891ab 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1390,7 +1390,7 @@ bom { ] } } - library("Spring Authorization Server", "1.1.4-SNAPSHOT") { + library("Spring Authorization Server", "1.1.4") { considerSnapshots() group("org.springframework.security") { modules = [ From d3af5cce73f2dea9fb0b189e2c42882ebc05592c Mon Sep 17 00:00:00 2001 From: Brian Clozel Date: Tue, 19 Dec 2023 18:49:02 +0100 Subject: [PATCH 2/2] Upgrade to Spring Session 3.1.4 Closes gh-38683 --- 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 37f9b891ab..9638b3c1c6 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1493,7 +1493,7 @@ bom { ] } } - library("Spring Session", "3.1.4-SNAPSHOT") { + library("Spring Session", "3.1.4") { considerSnapshots() prohibit { startsWith(["Apple-", "Bean-", "Corn-", "Dragonfruit-"])