From d2fe417bbb76555607cc627a416ca16737dcb2a4 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 4 Jun 2021 15:35:27 +0200 Subject: [PATCH 1/3] Start building against Spring Framework 5.3.8 snapshots See gh-26760 --- 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 6e2fe29d6d..bc635d5f83 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1565,7 +1565,7 @@ bom { ] } } - library("Spring Framework", "5.3.7") { + library("Spring Framework", "5.3.8-SNAPSHOT") { group("org.springframework") { imports = [ "spring-framework-bom" From 4c31ccb576b029ec40f4981321ee2ae3a28084cb Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 4 Jun 2021 15:36:53 +0200 Subject: [PATCH 2/3] Start building against Spring AMQP 2.3.8 snapshots See gh-26762 --- 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 bc635d5f83..f55f7f8014 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1538,7 +1538,7 @@ bom { ] } } - library("Spring AMQP", "2.3.7") { + library("Spring AMQP", "2.3.8-SNAPSHOT") { group("org.springframework.amqp") { modules = [ "spring-amqp", From de06bbb4dc89c7aa7a5b8925720cfafb20c2d72d Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 4 Jun 2021 15:37:20 +0200 Subject: [PATCH 3/3] Start building against Spring Kafka 2.6.9 snapshots See gh-26763 --- 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 f55f7f8014..c49c4bf022 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1586,7 +1586,7 @@ bom { ] } } - library("Spring Kafka", "2.6.8") { + library("Spring Kafka", "2.6.9-SNAPSHOT") { group("org.springframework.kafka") { modules = [ "spring-kafka",