From 57f152ec4d6cdcc29611260c04a2176a8ca1dd56 Mon Sep 17 00:00:00 2001 From: Brian Clozel Date: Fri, 17 Feb 2023 15:59:32 +0100 Subject: [PATCH 1/6] Upgrade to Micrometer 1.10.4 Closes gh-34148 --- 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 c225933f51..3f3a4e0e2c 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -946,7 +946,7 @@ bom { ] } } - library("Micrometer", "1.10.4-SNAPSHOT") { + library("Micrometer", "1.10.4") { group("io.micrometer") { modules = [ "micrometer-registry-stackdriver" { From 25d219f38e1db1c451003be82697789d749b7965 Mon Sep 17 00:00:00 2001 From: Brian Clozel Date: Fri, 17 Feb 2023 16:01:14 +0100 Subject: [PATCH 2/6] Upgrade to Reactor Bom 2022.0.3 Closes gh-34149 --- 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 3f3a4e0e2c..74611f76ad 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1155,7 +1155,7 @@ bom { ] } } - library("Reactor Bom", "2022.0.3-SNAPSHOT") { + library("Reactor Bom", "2022.0.3") { group("io.projectreactor") { imports = [ "reactor-bom" From 71f6d9b0807cda3594ed3e67ab218d2002024713 Mon Sep 17 00:00:00 2001 From: Brian Clozel Date: Fri, 17 Feb 2023 16:01:55 +0100 Subject: [PATCH 3/6] Upgrade to Spring Data Bom 2022.0.2 Closes gh-34151 --- 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 74611f76ad..40f456938f 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1348,7 +1348,7 @@ bom { ] } } - library("Spring Data Bom", "2022.0.2-SNAPSHOT") { + library("Spring Data Bom", "2022.0.2") { group("org.springframework.data") { imports = [ "spring-data-bom" From 8f6ded0ea43ad4fdb80633067a91a231537b2da2 Mon Sep 17 00:00:00 2001 From: Brian Clozel Date: Fri, 17 Feb 2023 16:02:24 +0100 Subject: [PATCH 4/6] Upgrade to Spring Framework 6.0.5 Closes gh-34152 --- 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 40f456938f..f15aa425e7 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1355,7 +1355,7 @@ bom { ] } } - library("Spring Framework", "6.0.5-SNAPSHOT") { + library("Spring Framework", "6.0.5") { group("org.springframework") { imports = [ "spring-framework-bom" From ed5bec10d4a10bd94d129ab801b7a1157f923155 Mon Sep 17 00:00:00 2001 From: Brian Clozel Date: Fri, 17 Feb 2023 16:02:54 +0100 Subject: [PATCH 5/6] Switch to Spring for GraphQL 1.1.2-SNAPSHOT See gh-34227 --- 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 f15aa425e7..af32f3cd94 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1362,7 +1362,7 @@ bom { ] } } - library("Spring GraphQL", "1.1.1") { + library("Spring GraphQL", "1.1.2-SNAPSHOT") { group("org.springframework.graphql") { modules = [ "spring-graphql", From bf157970148909d35658b8a3dff4ef15d074cc33 Mon Sep 17 00:00:00 2001 From: Brian Clozel Date: Fri, 17 Feb 2023 16:03:26 +0100 Subject: [PATCH 6/6] Upgrade to Spring LDAP 3.0.1 Closes gh-34154 --- 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 af32f3cd94..121793a65a 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1392,7 +1392,7 @@ bom { ] } } - library("Spring LDAP", "3.0.1-SNAPSHOT") { + library("Spring LDAP", "3.0.1") { group("org.springframework.ldap") { modules = [ "spring-ldap-core",