From fb3267ce9c1112e49587b0bb9a40be5ad2043789 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Fri, 18 Jul 2025 12:46:53 +0200 Subject: [PATCH 1/6] Upgrade to Couchbase Client 3.8.2 Closes gh-46460 --- 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 05d7e05adbf..4c94ba27af1 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -270,7 +270,7 @@ bom { site("https://commons.apache.org/proper/commons-pool") } } - library("Couchbase Client", "3.8.1") { + library("Couchbase Client", "3.8.2") { group("com.couchbase.client") { modules = [ "java-client" From 808607e79e1b69ca2829a28a6be509698acce230 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Fri, 18 Jul 2025 12:46:56 +0200 Subject: [PATCH 2/6] Upgrade to Infinispan 15.2.5.Final Closes gh-46461 --- 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 4c94ba27af1..27f2d742c9f 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -684,7 +684,7 @@ bom { ] } } - library("Infinispan", "15.2.4.Final") { + library("Infinispan", "15.2.5.Final") { group("org.infinispan") { bom("infinispan-bom") } From ae0f908aa6d9a9c60dfcaa54e37d8d781f19517d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Fri, 18 Jul 2025 12:46:57 +0200 Subject: [PATCH 3/6] Upgrade to Spring Data Bom 2025.0.2 Closes gh-46284 --- 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 27f2d742c9f..f884797b70e 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -2254,7 +2254,7 @@ bom { releaseNotes("https://github.com/spring-projects/spring-batch/releases/tag/v{version}") } } - library("Spring Data Bom", "2025.0.2-SNAPSHOT") { + library("Spring Data Bom", "2025.0.2") { prohibit { versionRange "[2025.1.0-M1,)" because "it exceeds our baseline" From 68c028e184cf6c19724289cd48f97447fd01f0ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Fri, 18 Jul 2025 12:46:57 +0200 Subject: [PATCH 4/6] Upgrade to Spring LDAP 3.3.2 Closes gh-46285 --- 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 f884797b70e..3365b9c1a94 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -2364,7 +2364,7 @@ bom { releaseNotes("https://github.com/spring-projects/spring-kafka/releases/tag/v{version}") } } - library("Spring LDAP", "3.3.2-SNAPSHOT") { + library("Spring LDAP", "3.3.2") { considerSnapshots() group("org.springframework.ldap") { modules = [ From 955e60f769cb084b5c3bfb53f5eeb6f6f76d901a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Fri, 18 Jul 2025 12:47:00 +0200 Subject: [PATCH 5/6] Upgrade to Infinispan 15.0.18.Final Closes gh-46462 --- 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 385c9bd01c3..4404bc03e82 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -642,7 +642,7 @@ bom { ] } } - library("Infinispan", "15.0.16.Final") { + library("Infinispan", "15.0.18.Final") { group("org.infinispan") { bom("infinispan-bom") } From 268834278784a856112d8e06c7c5455e667b755c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Fri, 18 Jul 2025 12:47:00 +0200 Subject: [PATCH 6/6] Upgrade to Spring Data Bom 2024.1.8 Closes gh-46277 --- 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 4404bc03e82..4074e4a1e77 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -2131,7 +2131,7 @@ bom { releaseNotes("https://github.com/spring-projects/spring-batch/releases/tag/v{version}") } } - library("Spring Data Bom", "2024.1.8-SNAPSHOT") { + library("Spring Data Bom", "2024.1.8") { considerSnapshots() calendarName = "Spring Data Release" group("org.springframework.data") {