From acfc5fe830add09320b5fdbc80cdf79f61baebe3 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 16 Apr 2024 19:44:27 +0100 Subject: [PATCH 1/9] Upgrade to Spring AMQP 3.0.13 Closes gh-40373 --- 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 a1fc4baf4ef..6f8b9e25c68 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1382,7 +1382,7 @@ bom { ] } } - library("Spring AMQP", "3.0.12") { + library("Spring AMQP", "3.0.13") { considerSnapshots() group("org.springframework.amqp") { imports = [ From 2a1268c597cb09135bfecb9cacce8115dc719ace Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 16 Apr 2024 19:44:28 +0100 Subject: [PATCH 2/9] Upgrade to Spring Authorization Server 1.1.7 Closes gh-40199 --- 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 6f8b9e25c68..74aa88888fa 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.7-SNAPSHOT") { + library("Spring Authorization Server", "1.1.7") { considerSnapshots() group("org.springframework.security") { modules = [ From 5da05e2037c0b6a20fd2df709d31ef0a46752c44 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 16 Apr 2024 19:44:29 +0100 Subject: [PATCH 3/9] Upgrade to Spring Data Bom 2023.0.11 Closes gh-40200 --- 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 74aa88888fa..df99944e336 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1406,7 +1406,7 @@ bom { ] } } - library("Spring Data Bom", "2023.0.11-SNAPSHOT") { + library("Spring Data Bom", "2023.0.11") { considerSnapshots() calendarName = "Spring Data Release" group("org.springframework.data") { From 475af1f3f86d902b4819e2ae9ce775d92e8c3f1e Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 16 Apr 2024 19:44:30 +0100 Subject: [PATCH 4/9] Upgrade to Spring Framework 6.0.19 Closes gh-40201 --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 09b11828a3a..72be4767122 100644 --- a/gradle.properties +++ b/gradle.properties @@ -12,7 +12,7 @@ junitJupiterVersion=5.9.3 kotlinVersion=1.8.22 mavenVersion=3.9.4 nativeBuildToolsVersion=0.9.28 -springFrameworkVersion=6.0.19-SNAPSHOT +springFrameworkVersion=6.0.19 tomcatVersion=10.1.20 kotlin.stdlib.default.dependency=false From 59325d162666290cdfcb4a75b7a54b4797a9f22c Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 16 Apr 2024 19:44:35 +0100 Subject: [PATCH 5/9] Upgrade to Spring HATEOAS 2.1.5 Closes gh-40374 --- 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 df99944e336..27cc0e93867 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1433,7 +1433,7 @@ bom { ] } } - library("Spring HATEOAS", "2.1.4") { + library("Spring HATEOAS", "2.1.5") { considerSnapshots() group("org.springframework.hateoas") { modules = [ From bc79274f9ec745a3a963d012aed7283c196c8978 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 16 Apr 2024 19:44:36 +0100 Subject: [PATCH 6/9] Upgrade to Spring Integration 6.1.8 Closes gh-40202 --- 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 27cc0e93867..7055a3f75c1 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1441,7 +1441,7 @@ bom { ] } } - library("Spring Integration", "6.1.8-SNAPSHOT") { + library("Spring Integration", "6.1.8") { considerSnapshots() group("org.springframework.integration") { imports = [ From db7059c1f7529b8e3d666f43d2c37e433ffec3fa Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 16 Apr 2024 19:44:41 +0100 Subject: [PATCH 7/9] Upgrade to Spring Kafka 3.0.16 Closes gh-40375 --- 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 7055a3f75c1..cca56be87c8 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1449,7 +1449,7 @@ bom { ] } } - library("Spring Kafka", "3.0.15") { + library("Spring Kafka", "3.0.16") { considerSnapshots() group("org.springframework.kafka") { modules = [ From d5af9a41b9111bf55b0dd74866a33e4945a78179 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 16 Apr 2024 19:44:42 +0100 Subject: [PATCH 8/9] Upgrade to Spring LDAP 3.1.5 Closes gh-40203 --- 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 cca56be87c8..80d65dcf10e 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1458,7 +1458,7 @@ bom { ] } } - library("Spring LDAP", "3.1.5-SNAPSHOT") { + library("Spring LDAP", "3.1.5") { considerSnapshots() group("org.springframework.ldap") { modules = [ From 594fa88ee0cf0b19617a0a331de5181ac1b6f8b2 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 16 Apr 2024 19:44:42 +0100 Subject: [PATCH 9/9] Upgrade to Spring Security 6.1.9 Closes gh-40204 --- 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 80d65dcf10e..ee95777e14f 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1485,7 +1485,7 @@ bom { ] } } - library("Spring Security", "6.1.9-SNAPSHOT") { + library("Spring Security", "6.1.9") { considerSnapshots() group("org.springframework.security") { imports = [