From 773b0252082f315662c73d9738b2569d7ea9fcda Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 23 Feb 2022 16:57:32 +0100 Subject: [PATCH 1/2] Upgrade to Netty tcNative 2.0.50.Final Closes gh-29973 --- 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 55118e9206..5b80eafe06 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1293,7 +1293,7 @@ bom { ] } } - library("Netty tcNative", "2.0.49.Final") { + library("Netty tcNative", "2.0.50.Final") { group("io.netty") { modules = [ "netty-tcnative", From 479a4e693c739625cde02d55e423bd6ebd28b9c6 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 23 Feb 2022 16:58:39 +0100 Subject: [PATCH 2/2] Upgrade to Spring Batch 4.3.5 Closes gh-29714 --- 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 5b80eafe06..72506c755e 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1656,7 +1656,7 @@ bom { ] } } - library("Spring Batch", "4.3.5-SNAPSHOT") { + library("Spring Batch", "4.3.5") { group("org.springframework.batch") { modules = [ "spring-batch-core",