From 1ae23ccc73633f569566767f8bb04f5ea8921219 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Sat, 19 Aug 2023 18:27:19 +0200 Subject: [PATCH 1/3] Upgrade to Spring Session 3.0.3 Closes gh-36838 --- 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 f83019f7f43..035acb373e7 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1427,7 +1427,7 @@ bom { ] } } - library("Spring Session", "3.0.3-SNAPSHOT") { + library("Spring Session", "3.0.3") { prohibit { startsWith(["Apple-", "Bean-", "Corn-", "Dragonfruit-"]) because "Spring Session switched to numeric version numbers" From f5821653ff415b23e16111f6dece17cdbbd6be4f Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Sat, 19 Aug 2023 18:28:48 +0200 Subject: [PATCH 2/3] Upgrade to Spring LDAP 3.1.1 Closes gh-36847 --- 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 37e6a4bd50c..2286c73027e 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1434,7 +1434,7 @@ bom { ] } } - library("Spring LDAP", "3.1.1-SNAPSHOT") { + library("Spring LDAP", "3.1.1") { group("org.springframework.ldap") { modules = [ "spring-ldap-core", From e3cc18831c77d340723662694394fb7988ea8fc2 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Sat, 19 Aug 2023 18:28:49 +0200 Subject: [PATCH 3/3] Upgrade to Spring Session 3.1.2 Closes gh-36849 --- 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 2286c73027e..70c8e3248b1 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1465,7 +1465,7 @@ bom { ] } } - library("Spring Session", "3.1.2-SNAPSHOT") { + library("Spring Session", "3.1.2") { prohibit { startsWith(["Apple-", "Bean-", "Corn-", "Dragonfruit-"]) because "Spring Session switched to numeric version numbers"