From 59e6c8f6f92dd31ba6cc590f0507c1da91113535 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 23 Aug 2023 21:02:50 +0200 Subject: [PATCH 1/8] 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 84c0449c03b..59103c06c8f 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/8] 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 59103c06c8f..f70b13cf2a8 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" From 48e3ebadef6ca53f639f94db554b0d3ca802ebb3 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 23 Aug 2023 21:04:09 +0200 Subject: [PATCH 3/8] Upgrade to Netty 4.1.97.Final Closes gh-37086 --- 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 b13d572c992..cafb1cb80ed 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1029,7 +1029,7 @@ bom { ] } } - library("Netty", "4.1.96.Final") { + library("Netty", "4.1.97.Final") { group("io.netty") { imports = [ "netty-bom" From 4c719c163b2e75db2ff618c973dfefc134ede573 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 23 Aug 2023 21:04:14 +0200 Subject: [PATCH 4/8] Upgrade to RxJava3 3.1.7 Closes gh-37087 --- 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 cafb1cb80ed..cbe89bc87e0 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1184,7 +1184,7 @@ bom { ] } } - library("RxJava3", "3.1.6") { + library("RxJava3", "3.1.7") { group("io.reactivex.rxjava3") { modules = [ "rxjava" From df85c817a628d7eebba488102440afdcdfb1c643 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 23 Aug 2023 21:04:15 +0200 Subject: [PATCH 5/8] Upgrade to Spring Batch 5.0.3 Closes gh-36833 --- 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 cbe89bc87e0..38e95c174cb 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1345,7 +1345,7 @@ bom { ] } } - library("Spring Batch", "5.0.3-SNAPSHOT") { + library("Spring Batch", "5.0.3") { group("org.springframework.batch") { imports = [ "spring-batch-bom" From 99a554346c6b4d3395cd937649407885d08893cc Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 23 Aug 2023 21:07:13 +0200 Subject: [PATCH 6/8] Upgrade to Netty 4.1.97.Final Closes gh-37088 --- 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 af45bcc8456..551cdede604 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1055,7 +1055,7 @@ bom { ] } } - library("Netty", "4.1.96.Final") { + library("Netty", "4.1.97.Final") { group("io.netty") { imports = [ "netty-bom" From 4e6de6c927229136521f105181ec53778c0faf6c Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 23 Aug 2023 21:07:17 +0200 Subject: [PATCH 7/8] Upgrade to RxJava3 3.1.7 Closes gh-37089 --- 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 551cdede604..349f5ecbab2 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1231,7 +1231,7 @@ bom { ] } } - library("RxJava3", "3.1.6") { + library("RxJava3", "3.1.7") { group("io.reactivex.rxjava3") { modules = [ "rxjava" From a1cd7e763851fc0b8c281a124556823f51ed640f Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 23 Aug 2023 21:07:18 +0200 Subject: [PATCH 8/8] Upgrade to Spring Batch 5.0.3 Closes gh-36844 --- 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 349f5ecbab2..5f7c95835e0 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1383,7 +1383,7 @@ bom { ] } } - library("Spring Batch", "5.0.3-SNAPSHOT") { + library("Spring Batch", "5.0.3") { group("org.springframework.batch") { imports = [ "spring-batch-bom"