From 4dfcec6c5a4b687684290ac068fc5ee4d9eabc4a Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 22 May 2024 09:36:42 +0100 Subject: [PATCH 1/3] Upgrade to Spring Batch 5.0.6 Closes gh-40648 --- 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 8670c292515..f78abf35e37 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1454,7 +1454,7 @@ bom { ] } } - library("Spring Batch", "5.0.6-SNAPSHOT") { + library("Spring Batch", "5.0.6") { considerSnapshots() group("org.springframework.batch") { imports = [ From 96cea3413d99a4d93cc7942c768d2c5a03d1a880 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 22 May 2024 09:36:43 +0100 Subject: [PATCH 2/3] Upgrade to Spring Integration 6.1.9 Closes gh-40826 --- 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 f78abf35e37..9bed7b0467c 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1497,7 +1497,7 @@ bom { ] } } - library("Spring Integration", "6.1.9-SNAPSHOT") { + library("Spring Integration", "6.1.9") { considerSnapshots() group("org.springframework.integration") { imports = [ From 03a1424c13008738af6402fae418006b9477aad4 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 22 May 2024 09:36:44 +0100 Subject: [PATCH 3/3] Upgrade to Spring Session 3.1.6 Closes gh-40652 --- 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 9bed7b0467c..174765967ca 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1549,7 +1549,7 @@ bom { ] } } - library("Spring Session", "3.1.6-SNAPSHOT") { + library("Spring Session", "3.1.6") { considerSnapshots() prohibit { startsWith(["Apple-", "Bean-", "Corn-", "Dragonfruit-"])