From 15097e1e2df1ff397bf9e2e0b4f55fbe643cc671 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 23 Feb 2023 10:18:41 +0000 Subject: [PATCH 1/2] Upgrade to Spring Batch 5.0.1 Closes gh-34150 --- 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 2a4643220ac3..8ac724adc161 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1341,7 +1341,7 @@ bom { ] } } - library("Spring Batch", "5.0.1-SNAPSHOT") { + library("Spring Batch", "5.0.1") { group("org.springframework.batch") { imports = [ "spring-batch-bom" From c42d7804ffa70a2386e96c1424ec18192618b36d Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 23 Feb 2023 10:18:42 +0000 Subject: [PATCH 2/2] Upgrade to Spring WS 4.0.2 Closes gh-34156 --- 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 8ac724adc161..6c9ebb32aedc 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1434,7 +1434,7 @@ bom { ] } } - library("Spring WS", "4.0.2-SNAPSHOT") { + library("Spring WS", "4.0.2") { group("org.springframework.ws") { imports = [ "spring-ws-bom"