From 52d80197fe3d845c80b686655506b5836c535cbe Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 16 Oct 2023 13:52:25 +0100 Subject: [PATCH 1/2] Upgrade to Spring Retry 2.0.4 Closes gh-37700 --- 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 4f50caf1808..dcb1f7f1f83 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1475,7 +1475,7 @@ bom { ] } } - library("Spring Retry", "2.0.4-SNAPSHOT") { + library("Spring Retry", "2.0.4") { considerSnapshots() group("org.springframework.retry") { modules = [ From 50d3c978b3cd8fb1b480327a14e61e45e597d64a Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 16 Oct 2023 13:52:30 +0100 Subject: [PATCH 2/2] Upgrade to Tomcat 10.1.15 Closes gh-37902 --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 6e354c80fc8..5376318602f 100644 --- a/gradle.properties +++ b/gradle.properties @@ -13,6 +13,6 @@ kotlinVersion=1.8.22 mavenVersion=3.9.4 nativeBuildToolsVersion=0.9.27 springFrameworkVersion=6.0.13 -tomcatVersion=10.1.13 +tomcatVersion=10.1.15 kotlin.stdlib.default.dependency=false