From 7f60c67074af828d5f4cfa261c3a1a6af948061b Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 18 May 2022 17:35:55 +0100 Subject: [PATCH 1/4] Upgrade to Spring Batch 4.3.6 Closes gh-31003 --- 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 d1a7585fc8..c9dd93daec 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1699,7 +1699,7 @@ bom { ] } } - library("Spring Batch", "4.3.6-SNAPSHOT") { + library("Spring Batch", "4.3.6") { group("org.springframework.batch") { modules = [ "spring-batch-core", From 69edce0629c683c4a7211f498d4bedf7f5098389 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 18 May 2022 17:37:11 +0100 Subject: [PATCH 2/4] Upgrade to Spring Batch 4.3.6 Closes gh-31011 --- 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 b241737da9..cdfb4a1459 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1684,7 +1684,7 @@ bom { ] } } - library("Spring Batch", "4.3.6-SNAPSHOT") { + library("Spring Batch", "4.3.6") { group("org.springframework.batch") { modules = [ "spring-batch-core", From cc93a0a30e8880f6b97303342a6474caa731d879 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 18 May 2022 17:38:09 +0100 Subject: [PATCH 3/4] Upgrade to Spring Batch 4.3.6 Closes gh-31020 --- 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 610db68f5d..1b14e2dffa 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1671,7 +1671,7 @@ bom { ] } } - library("Spring Batch", "4.3.6-SNAPSHOT") { + library("Spring Batch", "4.3.6") { prohibit("[5.0.0-M1,)") { because "it uses Spring Framework 6" } From d46c09cda3a0d697f0f5776c00d9df0d793e2504 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 18 May 2022 17:38:59 +0100 Subject: [PATCH 4/4] Upgrade to Spring Security 5.7.1 Closes gh-31100 --- 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 1b14e2dffa..166188f8d1 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1779,7 +1779,7 @@ bom { ] } } - library("Spring Security", "5.7.0") { + library("Spring Security", "5.7.1") { prohibit("[6.0.0-M1,)") { because "it uses Spring Framework 6" }