From c16d0745ae6e9df44932071cd99b9ad4a83472c9 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 2 Mar 2023 10:47:11 +0000 Subject: [PATCH 1/8] Start building against Spring Data Bom 2022.0.3 snapshots See gh-34439 --- 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 6c9ebb32ae..42e53748f8 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") { + library("Spring Data Bom", "2022.0.3-SNAPSHOT") { group("org.springframework.data") { imports = [ "spring-data-bom" From f010c69091dc44a8303228ddf6d121bdf99eb6f2 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 2 Mar 2023 13:58:24 +0000 Subject: [PATCH 2/8] Upgrade to Couchbase Client 3.4.3 Closes gh-34445 --- 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 42e53748f8..b3a4263095 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -173,7 +173,7 @@ bom { ] } } - library("Couchbase Client", "3.4.2") { + library("Couchbase Client", "3.4.3") { group("com.couchbase.client") { modules = [ "java-client" From 0b504b1c3ef63a4839104851a5eef387d0d87a4a Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 2 Mar 2023 10:47:16 +0000 Subject: [PATCH 3/8] Start building against Spring Framework 6.0.6 snapshots See gh-34440 --- 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 b3a4263095..b294e05e50 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") { + library("Spring Framework", "6.0.6-SNAPSHOT") { group("org.springframework") { imports = [ "spring-framework-bom" From c635b5390a377b3a2a05b7a8be79bb167112da4f Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 2 Mar 2023 12:16:33 +0000 Subject: [PATCH 4/8] Start building against Reactor Bom 2022.0.4 snapshots See gh-34444 --- 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 b294e05e50..2bebe7292e 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") { + library("Reactor Bom", "2022.0.4-SNAPSHOT") { group("io.projectreactor") { imports = [ "reactor-bom" From ba072de3c9377ddd7381caac14694a96b2a6aaf4 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 2 Mar 2023 10:47:21 +0000 Subject: [PATCH 5/8] Start building against Spring Kafka 3.0.4 snapshots See gh-34441 --- 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 2bebe7292e..0a0422c044 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1384,7 +1384,7 @@ bom { ] } } - library("Spring Kafka", "3.0.3") { + library("Spring Kafka", "3.0.4-SNAPSHOT") { group("org.springframework.kafka") { modules = [ "spring-kafka", From a56bdba2242f1cdde5bb6ade11325d44494dee21 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 2 Mar 2023 13:58:29 +0000 Subject: [PATCH 6/8] Upgrade to Dropwizard Metrics 4.2.17 Closes gh-34446 --- 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 0a0422c044..2db816ce07 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -206,7 +206,7 @@ bom { ] } } - library("Dropwizard Metrics", "4.2.16") { + library("Dropwizard Metrics", "4.2.17") { group("io.dropwizard.metrics") { imports = [ "metrics-bom" From d4577556e0be717099d3cb499a4759c0ec135825 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 2 Mar 2023 13:58:34 +0000 Subject: [PATCH 7/8] Upgrade to Jetty 11.0.14 Closes gh-34447 --- 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 2db816ce07..41c93e8e23 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -644,7 +644,7 @@ bom { ] } } - library("Jetty", "11.0.13") { + library("Jetty", "11.0.14") { group("org.eclipse.jetty") { imports = [ "jetty-bom" From b9eef6af5a0448483222a3ee11e9864ee591a4e3 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 2 Mar 2023 13:58:34 +0000 Subject: [PATCH 8/8] Upgrade to Reactor Bom 2022.0.4 Closes gh-34444 --- 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 41c93e8e23..afab3d9d10 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.4-SNAPSHOT") { + library("Reactor Bom", "2022.0.4") { group("io.projectreactor") { imports = [ "reactor-bom"