From 68ff4a0cb4e14fbdb2c8de06f3bd85a62a799698 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Thu, 17 Apr 2025 10:34:25 +0200 Subject: [PATCH 1/3] Start building against Spring GraphQL 1.3.5 snapshots See gh-45092 --- 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 874d7df5d59..151e4c5fa72 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -2125,7 +2125,7 @@ bom { releaseNotes("https://github.com/spring-projects/spring-framework/releases/tag/v{version}") } } - library("Spring GraphQL", "1.3.4") { + library("Spring GraphQL", "1.3.5-SNAPSHOT") { considerSnapshots() group("org.springframework.graphql") { modules = [ From 65726b34a6f6b53eb049f01b084a8af40bf1dbd0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Thu, 17 Apr 2025 10:34:25 +0200 Subject: [PATCH 2/3] Start building against Spring LDAP 3.2.12 snapshots See gh-45095 --- 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 151e4c5fa72..e7b993b68fd 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -2193,7 +2193,7 @@ bom { releaseNotes("https://github.com/spring-projects/spring-kafka/releases/tag/v{version}") } } - library("Spring LDAP", "3.2.11") { + library("Spring LDAP", "3.2.12-SNAPSHOT") { considerSnapshots() group("org.springframework.ldap") { modules = [ From 240ce441cd05daef141151f627ef888732dca110 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Thu, 17 Apr 2025 10:34:25 +0200 Subject: [PATCH 3/3] Start building against Spring WS 4.0.13 snapshots See gh-45099 --- 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 e7b993b68fd..a47427b58d3 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -2290,7 +2290,7 @@ bom { releaseNotes("https://github.com/spring-projects/spring-session/releases/tag/{version}") } } - library("Spring WS", "4.0.12") { + library("Spring WS", "4.0.13-SNAPSHOT") { considerSnapshots() group("org.springframework.ws") { bom("spring-ws-bom")