From e91621cddfc1a3b9e4404e2dee0ccdaaad0e19fe Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 16 Apr 2024 19:47:19 +0100 Subject: [PATCH 1/9] Upgrade to Spring AMQP 3.1.4 Closes gh-40210 --- 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 fd1f956c09..02639bb8a9 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1495,7 +1495,7 @@ bom { ] } } - library("Spring AMQP", "3.1.4-SNAPSHOT") { + library("Spring AMQP", "3.1.4") { considerSnapshots() group("org.springframework.amqp") { imports = [ From 6dfcf44ffc6700c9b8f401a7feee3a6faaa7aa44 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 16 Apr 2024 19:47:20 +0100 Subject: [PATCH 2/9] Upgrade to Spring Authorization Server 1.2.4 Closes gh-40211 --- 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 02639bb8a9..6e6e8077fc 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1503,7 +1503,7 @@ bom { ] } } - library("Spring Authorization Server", "1.2.4-SNAPSHOT") { + library("Spring Authorization Server", "1.2.4") { considerSnapshots() group("org.springframework.security") { modules = [ From 00304fe5a777b73366e151adbfbe170c21792954 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 16 Apr 2024 19:47:21 +0100 Subject: [PATCH 3/9] Upgrade to Spring Data Bom 2023.1.5 Closes gh-40212 --- 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 6e6e8077fc..1a4bf14b15 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1519,7 +1519,7 @@ bom { ] } } - library("Spring Data Bom", "2023.1.5-SNAPSHOT") { + library("Spring Data Bom", "2023.1.5") { considerSnapshots() calendarName = "Spring Data Release" group("org.springframework.data") { From 94ec0130c543fd39edf8875540d443a079626e06 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 16 Apr 2024 19:47:22 +0100 Subject: [PATCH 4/9] Upgrade to Spring Framework 6.1.6 Closes gh-40213 --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 87b5a44236..d7b20b6261 100644 --- a/gradle.properties +++ b/gradle.properties @@ -13,7 +13,7 @@ junitJupiterVersion=5.10.2 kotlinVersion=1.9.23 mavenVersion=3.9.4 nativeBuildToolsVersion=0.9.28 -springFrameworkVersion=6.1.6-SNAPSHOT +springFrameworkVersion=6.1.6 tomcatVersion=10.1.20 kotlin.stdlib.default.dependency=false From 37e13bc7eb95ede5cacd17830983c6838174936b Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 16 Apr 2024 19:47:27 +0100 Subject: [PATCH 5/9] Upgrade to Spring HATEOAS 2.2.2 Closes gh-40376 --- 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 1a4bf14b15..8e38f5816c 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1546,7 +1546,7 @@ bom { ] } } - library("Spring HATEOAS", "2.2.1") { + library("Spring HATEOAS", "2.2.2") { considerSnapshots() group("org.springframework.hateoas") { modules = [ From 2028d431cdba39e51da8cb06d0f821cb68ebba89 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 16 Apr 2024 19:47:32 +0100 Subject: [PATCH 6/9] Upgrade to Spring Kafka 3.1.4 Closes gh-40377 --- 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 8e38f5816c..2f6f87daef 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1562,7 +1562,7 @@ bom { ] } } - library("Spring Kafka", "3.1.3") { + library("Spring Kafka", "3.1.4") { considerSnapshots() group("org.springframework.kafka") { modules = [ From e731986d222297c216a4c79daffe4fb969c960df Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 16 Apr 2024 19:47:33 +0100 Subject: [PATCH 7/9] Upgrade to Spring LDAP 3.2.3 Closes gh-40215 --- 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 2f6f87daef..993e41d926 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1571,7 +1571,7 @@ bom { ] } } - library("Spring LDAP", "3.2.3-SNAPSHOT") { + library("Spring LDAP", "3.2.3") { considerSnapshots() group("org.springframework.ldap") { modules = [ From bd825141b7e2737c8ece7e620512f98a241bce35 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 16 Apr 2024 19:47:34 +0100 Subject: [PATCH 8/9] Upgrade to Spring Pulsar 1.0.5 Closes gh-40216 --- 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 993e41d926..3880b981ae 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1582,7 +1582,7 @@ bom { ] } } - library("Spring Pulsar", "1.0.5-SNAPSHOT") { + library("Spring Pulsar", "1.0.5") { considerSnapshots() group("org.springframework.pulsar") { imports = [ From 778c5282819b76286fa5ce794dfe28fcb9106455 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 16 Apr 2024 19:47:35 +0100 Subject: [PATCH 9/9] Upgrade to Spring Security 6.2.4 Closes gh-40217 --- 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 3880b981ae..6748e828c1 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1606,7 +1606,7 @@ bom { ] } } - library("Spring Security", "6.2.4-SNAPSHOT") { + library("Spring Security", "6.2.4") { considerSnapshots() group("org.springframework.security") { imports = [