From 758d0ffb6499b58555cc01c9e08452d925de9a07 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 20 Nov 2024 17:07:49 +0000 Subject: [PATCH 1/2] Upgrade to Infinispan 14.0.33.Final Closes gh-43229 --- 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 e19aeb1d0a8..559ca42d5a4 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -473,7 +473,7 @@ bom { ] } } - library("Infinispan", "14.0.32.Final") { + library("Infinispan", "14.0.33.Final") { group("org.infinispan") { imports = [ "infinispan-bom" From 11401d32904e2d1ca19674eba1e41443480da373 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 20 Nov 2024 17:07:50 +0000 Subject: [PATCH 2/2] Upgrade to Spring Integration 6.2.11 Closes gh-43001 --- 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 559ca42d5a4..2424ad8885c 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1621,7 +1621,7 @@ bom { ] } } - library("Spring Integration", "6.2.11-SNAPSHOT") { + library("Spring Integration", "6.2.11") { considerSnapshots() group("org.springframework.integration") { imports = [