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"