From c37f786914342e8781548f4cb0d7cfdd46b94894 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 18 Sep 2024 08:19:23 +0100 Subject: [PATCH 1/2] Upgrade to Spring Integration 6.2.9 Closes gh-42126 --- 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 8fcbf5c55be7..450066fc7490 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1618,7 +1618,7 @@ bom { ] } } - library("Spring Integration", "6.2.9-SNAPSHOT") { + library("Spring Integration", "6.2.9") { considerSnapshots() group("org.springframework.integration") { imports = [ From ef5bc91b35f6dce0101fd6ef6ca5df26a7137520 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 18 Sep 2024 08:19:28 +0100 Subject: [PATCH 2/2] Upgrade to Tomcat 10.1.30 Closes gh-42344 --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 86ec44ff312c..dbc63ad70574 100644 --- a/gradle.properties +++ b/gradle.properties @@ -16,6 +16,6 @@ mavenVersion=3.9.4 nativeBuildToolsVersion=0.9.28 springFrameworkVersion=6.1.13 springFramework60xVersion=6.0.23 -tomcatVersion=10.1.29 +tomcatVersion=10.1.30 kotlin.stdlib.default.dependency=false