From a487bd64236efd4957110e3d96400f099358721a Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Sat, 19 Jun 2021 11:07:03 +0200 Subject: [PATCH 1/5] Start building against Spring HATEOAS 1.3.2 snapshots See gh-26969 --- 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 7111d31c38f..452b2d05b5d 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1657,7 +1657,7 @@ bom { ] } } - library("Spring HATEOAS", "1.3.1") { + library("Spring HATEOAS", "1.3.2-SNAPSHOT") { group("org.springframework.hateoas") { modules = [ "spring-hateoas" From 1aa99b1549e6afddb7b6c8941b27290c3d7b7b79 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Sat, 19 Jun 2021 11:07:34 +0200 Subject: [PATCH 2/5] Start building against Spring Data 2021.0.2 snapshots See gh-26970 --- 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 452b2d05b5d..5ab522764b8 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1643,7 +1643,7 @@ bom { ] } } - library("Spring Data Bom", "2021.0.1") { + library("Spring Data Bom", "2021.0.2-SNAPSHOT") { group("org.springframework.data") { imports = [ "spring-data-bom" From 516228730f5919355424f459632346b56b0816e2 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Sat, 19 Jun 2021 11:08:11 +0200 Subject: [PATCH 3/5] Start building against Spring Session 2021.0.1 snapshots See gh-26971 --- 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 5ab522764b8..4e8c8188e8a 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1716,7 +1716,7 @@ bom { ] } } - library("Spring Session Bom", "2021.0.0") { + library("Spring Session Bom", "2021.0.1-SNAPSHOT") { group("org.springframework.session") { imports = [ "spring-session-bom" From d015464a7e684799d091421ab5c6681fa5ac612f Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Sat, 19 Jun 2021 11:09:04 +0200 Subject: [PATCH 4/5] Start building against Spring Kafka 2.7.3 snapshots See gh-26973 --- 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 4e8c8188e8a..174df159b35 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1671,7 +1671,7 @@ bom { ] } } - library("Spring Kafka", "2.7.2") { + library("Spring Kafka", "2.7.3-SNAPSHOT") { group("org.springframework.kafka") { modules = [ "spring-kafka", From c99d1dae08f53da1a54ca7b1aca61a4eb7dc7e81 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Sat, 19 Jun 2021 11:09:36 +0200 Subject: [PATCH 5/5] Start building against Spring Integration 5.5.1 snapshots See gh-26974 --- 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 174df159b35..fc379546d7b 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1664,7 +1664,7 @@ bom { ] } } - library("Spring Integration", "5.5.0") { + library("Spring Integration", "5.5.1-SNAPSHOT") { group("org.springframework.integration") { imports = [ "spring-integration-bom"