From 9ca2aadebc3fb51b511bf69085e08e7b39d02fec Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 19 Mar 2024 14:06:57 +0000 Subject: [PATCH 1/4] Upgrade to Infinispan 14.0.27.Final Closes gh-40026 --- 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 256d51b59a5..0dc818a0b89 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -465,7 +465,7 @@ bom { ] } } - library("Infinispan", "14.0.26.Final") { + library("Infinispan", "14.0.27.Final") { group("org.infinispan") { imports = [ "infinispan-bom" From f165800da1fd95c3d5676c63c571ffae10f943a7 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 19 Mar 2024 14:06:57 +0000 Subject: [PATCH 2/4] Upgrade to Spring Kafka 3.1.3 Closes gh-39885 --- 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 0dc818a0b89..8e829435923 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1562,7 +1562,7 @@ bom { ] } } - library("Spring Kafka", "3.1.3-SNAPSHOT") { + library("Spring Kafka", "3.1.3") { considerSnapshots() group("org.springframework.kafka") { modules = [ From 5705e0b63335760ca63474930b2a36e9af36805c Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 19 Mar 2024 14:06:58 +0000 Subject: [PATCH 3/4] Upgrade to Spring Pulsar 1.0.4 Closes gh-39886 --- 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 8e829435923..bbe01f570d3 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1582,7 +1582,7 @@ bom { ] } } - library("Spring Pulsar", "1.0.4-SNAPSHOT") { + library("Spring Pulsar", "1.0.4") { considerSnapshots() group("org.springframework.pulsar") { imports = [ From 488f2435927a76374dd68c6f47730bffcfdc8a73 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 19 Mar 2024 14:06:58 +0000 Subject: [PATCH 4/4] Upgrade to Spring Session 3.2.2 Closes gh-39888 --- 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 bbe01f570d3..71ca53b41b9 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1614,7 +1614,7 @@ bom { ] } } - library("Spring Session", "3.2.2-SNAPSHOT") { + library("Spring Session", "3.2.2") { considerSnapshots() prohibit { startsWith(["Apple-", "Bean-", "Corn-", "Dragonfruit-"])