From 6bdc510fc613891f22d06128c1b48014f685e936 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 9 Aug 2023 11:01:07 +0200 Subject: [PATCH] Start building against Spring AMQP 3.0.8 snapshots See gh-36842 --- .../spring-boot-dependencies/build.gradle | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/spring-boot-project/spring-boot-dependencies/build.gradle b/spring-boot-project/spring-boot-dependencies/build.gradle index e4910ff051..c54b67d0ce 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -972,7 +972,7 @@ bom { ] } } - library("Micrometer", "1.11.2") { + library("Micrometer", "1.11.3-SNAPSHOT") { group("io.micrometer") { modules = [ "micrometer-registry-stackdriver" { @@ -984,7 +984,7 @@ bom { ] } } - library("Micrometer Tracing", "1.1.3") { + library("Micrometer Tracing", "1.1.4-SNAPSHOT") { group("io.micrometer") { imports = [ "micrometer-tracing-bom" @@ -1202,7 +1202,7 @@ bom { ] } } - library("Reactor Bom", "2022.0.9") { + library("Reactor Bom", "2022.0.10-SNAPSHOT") { group("io.projectreactor") { imports = [ "reactor-bom" @@ -1365,28 +1365,28 @@ bom { ] } } - library("Spring AMQP", "3.0.6") { + library("Spring AMQP", "3.0.8-SNAPSHOT") { group("org.springframework.amqp") { imports = [ "spring-amqp-bom" ] } } - library("Spring Authorization Server", "1.1.1") { + library("Spring Authorization Server", "1.1.2-SNAPSHOT") { group("org.springframework.security") { modules = [ "spring-security-oauth2-authorization-server" ] } } - library("Spring Batch", "5.0.2") { + library("Spring Batch", "5.0.3-SNAPSHOT") { group("org.springframework.batch") { imports = [ "spring-batch-bom" ] } } - library("Spring Data Bom", "2023.0.2") { + library("Spring Data Bom", "2023.0.3-SNAPSHOT") { group("org.springframework.data") { imports = [ "spring-data-bom"