From 59e6c8f6f92dd31ba6cc590f0507c1da91113535 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 23 Aug 2023 21:02:50 +0200 Subject: [PATCH 1/2] Upgrade to Netty 4.1.97.Final Closes gh-37085 --- 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 84c0449c03..59103c06c8 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1394,7 +1394,7 @@ bom { ] } } - library("Netty", "4.1.96.Final") { + library("Netty", "4.1.97.Final") { group("io.netty") { imports = [ "netty-bom" From 25897b25ab984acbb9884f8a19f22de7a162d75c Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 23 Aug 2023 21:02:51 +0200 Subject: [PATCH 2/2] Upgrade to Spring Batch 4.3.9 Closes gh-36827 --- 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 59103c06c8..f70b13cf2a 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1729,7 +1729,7 @@ bom { ] } } - library("Spring Batch", "4.3.9-SNAPSHOT") { + library("Spring Batch", "4.3.9") { prohibit { versionRange "[5.0.0-M1,)" because "it uses Spring Framework 6"