From 9d3d40833ce6f80cae4120e9d9986e3e45368aad Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 19 Mar 2024 14:03:46 +0000 Subject: [PATCH 1/3] Upgrade to Infinispan 14.0.27.Final Closes gh-40025 --- 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 531834395b5..555e6208717 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -453,7 +453,7 @@ bom { ] } } - library("Infinispan", "14.0.26.Final") { + library("Infinispan", "14.0.27.Final") { group("org.infinispan") { imports = [ "infinispan-bom" From 9c8870090826ce32901c065c355f92d659cc9efe Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 19 Mar 2024 14:03:47 +0000 Subject: [PATCH 2/3] Upgrade to Spring Kafka 3.0.15 Closes gh-39876 --- 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 555e6208717..26d1bde6bf2 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1449,7 +1449,7 @@ bom { ] } } - library("Spring Kafka", "3.0.15-SNAPSHOT") { + library("Spring Kafka", "3.0.15") { considerSnapshots() group("org.springframework.kafka") { modules = [ From 96e1bcce4e7124236a07a4081cb359dd555d1f34 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 19 Mar 2024 14:03:47 +0000 Subject: [PATCH 3/3] Upgrade to Spring Session 3.1.5 Closes gh-39878 --- 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 26d1bde6bf2..b1f7cc68e09 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1493,7 +1493,7 @@ bom { ] } } - library("Spring Session", "3.1.5-SNAPSHOT") { + library("Spring Session", "3.1.5") { considerSnapshots() prohibit { startsWith(["Apple-", "Bean-", "Corn-", "Dragonfruit-"])