From 773b0252082f315662c73d9738b2569d7ea9fcda Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 23 Feb 2022 16:57:32 +0100 Subject: [PATCH 1/5] 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/5] 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", From f864505ea7a0daf9f1391c3a8102ded09d0edd5c Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 23 Feb 2022 17:04:40 +0100 Subject: [PATCH 3/5] Upgrade to Netty tcNative 2.0.50.Final Closes gh-29974 --- 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 4164bba059..104cec3ca3 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1305,7 +1305,7 @@ bom { ] } } - library("Netty tcNative", "2.0.49.Final") { + library("Netty tcNative", "2.0.50.Final") { group("io.netty") { modules = [ "netty-tcnative", From 8147aff76a69e36c2a3f21a826286fa6c11d341a Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 23 Feb 2022 17:04:59 +0100 Subject: [PATCH 4/5] Upgrade to Spring Batch 4.3.5 Closes gh-29724 --- 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 104cec3ca3..8b1d600442 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1635,7 +1635,7 @@ bom { ] } } - library("Spring Batch", "4.3.5-SNAPSHOT") { + library("Spring Batch", "4.3.5") { group("org.springframework.batch") { modules = [ "spring-batch-core", From 46b6dc29c1b7d7174ee17805fb47d0f09b0148e2 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 23 Feb 2022 17:10:35 +0100 Subject: [PATCH 5/5] Upgrade to Spring Batch 4.3.5 Closes gh-29652 --- 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 7acbd8ded5..e0037bba47 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1639,7 +1639,7 @@ bom { ] } } - library("Spring Batch", "4.3.5-SNAPSHOT") { + library("Spring Batch", "4.3.5") { group("org.springframework.batch") { modules = [ "spring-batch-core",