From aab30b13b39c7877eebed89aae44f4a3689c2814 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Sun, 19 Dec 2021 18:30:54 +0100 Subject: [PATCH 1/3] Start building against Spring Kafka 2.7.10 snapshots See gh-29114 --- 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 a17d4b7109..280c928c38 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1690,7 +1690,7 @@ bom { ] } } - library("Spring Kafka", "2.7.9") { + library("Spring Kafka", "2.7.10-SNAPSHOT") { group("org.springframework.kafka") { modules = [ "spring-kafka", From f619d66244acf4634a2514d6b637a5cc5aa41fdf Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Sun, 19 Dec 2021 18:45:23 +0100 Subject: [PATCH 2/3] Upgrade to Spring LDAP 2.3.5 Closes gh-28963 --- 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 280c928c38..1860d8bf28 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1698,7 +1698,7 @@ bom { ] } } - library("Spring LDAP", "2.3.5.BUILD-SNAPSHOT") { + library("Spring LDAP", "2.3.5.RELEASE") { group("org.springframework.ldap") { modules = [ "spring-ldap-core", From bb1a1a06221a201b846fb0ec1becfb9b4b6ca180 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Sun, 19 Dec 2021 18:46:18 +0100 Subject: [PATCH 3/3] Upgrade to Spring LDAP 2.3.5 Closes gh-28972 --- 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 4a2f1d2739..acec44b087 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1677,7 +1677,7 @@ bom { ] } } - library("Spring LDAP", "2.3.5.BUILD-SNAPSHOT") { + library("Spring LDAP", "2.3.5.RELEASE") { group("org.springframework.ldap") { modules = [ "spring-ldap-core",