From b606a6e4ca8e1ea85be4c401d816d7d41204767d Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 19 Jun 2024 20:33:59 +0100 Subject: [PATCH 1/6] Upgrade to Spring Authorization Server 1.2.5 Closes gh-41017 --- 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 6d4edbcaf8d..9895db49eba 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 Authorization Server", "1.2.5-SNAPSHOT") { + library("Spring Authorization Server", "1.2.5") { considerSnapshots() group("org.springframework.security") { modules = [ From 32ef349f6c1fb5c2553bf6c21ae193f9c028827c Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 19 Jun 2024 20:34:00 +0100 Subject: [PATCH 2/6] Upgrade to Spring Framework 6.1.10 Closes gh-41149 --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 9852c466182..96d1e690614 100644 --- a/gradle.properties +++ b/gradle.properties @@ -13,7 +13,7 @@ junitJupiterVersion=5.10.2 kotlinVersion=1.9.24 mavenVersion=3.9.4 nativeBuildToolsVersion=0.9.28 -springFrameworkVersion=6.1.10-SNAPSHOT +springFrameworkVersion=6.1.10 springFramework60xVersion=6.0.21 tomcatVersion=10.1.24 From fd4dc4d719e26e222bcd0cdbf8d950fde7306f36 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 19 Jun 2024 20:34:00 +0100 Subject: [PATCH 3/6] Upgrade to Spring GraphQL 1.2.7 Closes gh-41020 --- 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 9895db49eba..880e1cfa1f0 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1596,7 +1596,7 @@ bom { ] } } - library("Spring GraphQL", "1.2.7-SNAPSHOT") { + library("Spring GraphQL", "1.2.7") { considerSnapshots() group("org.springframework.graphql") { modules = [ From 02cb160057e86dc31893d864352663680f8fa7d5 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 19 Jun 2024 20:34:01 +0100 Subject: [PATCH 4/6] Upgrade to Spring Integration 6.2.6 Closes gh-41021 --- 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 880e1cfa1f0..b0b2a11cb64 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1613,7 +1613,7 @@ bom { ] } } - library("Spring Integration", "6.2.6-SNAPSHOT") { + library("Spring Integration", "6.2.6") { considerSnapshots() group("org.springframework.integration") { imports = [ From abf49e55db709b0f6cdab7b5afded0a3e03f682e Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 19 Jun 2024 20:34:02 +0100 Subject: [PATCH 5/6] Upgrade to Spring Session 3.2.4 Closes gh-41026 --- 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 b0b2a11cb64..4d1d02d124b 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1673,7 +1673,7 @@ bom { ] } } - library("Spring Session", "3.2.4-SNAPSHOT") { + library("Spring Session", "3.2.4") { considerSnapshots() prohibit { startsWith(["Apple-", "Bean-", "Corn-", "Dragonfruit-"]) From 36a504b2fbac9a78da3a139daa5fc699fc3fddbc Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 19 Jun 2024 20:34:06 +0100 Subject: [PATCH 6/6] Upgrade to Tomcat 10.1.25 Closes gh-41158 --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 96d1e690614..7d03a29c989 100644 --- a/gradle.properties +++ b/gradle.properties @@ -15,6 +15,6 @@ mavenVersion=3.9.4 nativeBuildToolsVersion=0.9.28 springFrameworkVersion=6.1.10 springFramework60xVersion=6.0.21 -tomcatVersion=10.1.24 +tomcatVersion=10.1.25 kotlin.stdlib.default.dependency=false