From 452d4417759b55d3b969fa74610baf140a6f375f Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 4 Oct 2023 09:55:35 +0100 Subject: [PATCH 01/10] Start building against Micrometer 1.11.5 snapshots See gh-37693 --- 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 f43ce97c94..0af7547ed0 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -981,7 +981,7 @@ bom { ] } } - library("Micrometer", "1.11.4") { + library("Micrometer", "1.11.5-SNAPSHOT") { considerSnapshots() group("io.micrometer") { modules = [ From d59ea2f03870d3aad1068d39dcf308ebb400f048 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 4 Oct 2023 09:55:40 +0100 Subject: [PATCH 02/10] Start building against Micrometer Tracing 1.1.6 snapshots See gh-37694 --- .../spring-boot-actuator-autoconfigure/build.gradle | 1 + spring-boot-project/spring-boot-dependencies/build.gradle | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot-actuator-autoconfigure/build.gradle b/spring-boot-project/spring-boot-actuator-autoconfigure/build.gradle index 078187aff0..50d236750f 100644 --- a/spring-boot-project/spring-boot-actuator-autoconfigure/build.gradle +++ b/spring-boot-project/spring-boot-actuator-autoconfigure/build.gradle @@ -68,6 +68,7 @@ dependencies { optional("io.micrometer:micrometer-registry-signalfx") optional("io.micrometer:micrometer-registry-statsd") optional("io.micrometer:micrometer-registry-wavefront") + optional("io.zipkin.reporter2:zipkin-reporter-brave") optional("io.zipkin.reporter2:zipkin-sender-urlconnection") optional("io.opentelemetry:opentelemetry-exporter-zipkin") optional("io.opentelemetry:opentelemetry-exporter-otlp") diff --git a/spring-boot-project/spring-boot-dependencies/build.gradle b/spring-boot-project/spring-boot-dependencies/build.gradle index 0af7547ed0..0791813bd3 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -994,7 +994,7 @@ bom { ] } } - library("Micrometer Tracing", "1.1.5") { + library("Micrometer Tracing", "1.1.6-SNAPSHOT") { considerSnapshots() calendarName = "Tracing" group("io.micrometer") { From 2ef98fd19a67737471bb134ea0435c34ee2345bc Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 4 Oct 2023 09:55:45 +0100 Subject: [PATCH 03/10] Start building against Reactor Bom 2022.0.12 snapshots See gh-37695 --- 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 0791813bd3..b906bfbb66 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1219,7 +1219,7 @@ bom { ] } } - library("Reactor Bom", "2022.0.11") { + library("Reactor Bom", "2022.0.12-SNAPSHOT") { considerSnapshots() calendarName = "Reactor" group("io.projectreactor") { From 54bf5fd7462749d6be0593797e9be3d50c9b2ab5 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 4 Oct 2023 09:55:50 +0100 Subject: [PATCH 04/10] Start building against Spring AMQP 3.0.10 snapshots See gh-37696 --- 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 b906bfbb66..e39d11e5b2 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 AMQP", "3.0.9") { + library("Spring AMQP", "3.0.10-SNAPSHOT") { considerSnapshots() group("org.springframework.amqp") { imports = [ From a741a16633d63a2daa81b0a26d77b64004cce408 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 4 Oct 2023 09:55:54 +0100 Subject: [PATCH 05/10] Start building against Spring Authorization Server 1.1.3 snapshots See gh-37697 --- 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 e39d11e5b2..af8a651910 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 Authorization Server", "1.1.2") { + library("Spring Authorization Server", "1.1.3-SNAPSHOT") { considerSnapshots() group("org.springframework.security") { modules = [ From 7daeb881584031e2a7aa6900b31851d5a51298bb Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 4 Oct 2023 09:55:59 +0100 Subject: [PATCH 06/10] Start building against Spring Data Bom 2023.0.5 snapshots See gh-37698 --- 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 af8a651910..d9b7a06f43 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1408,7 +1408,7 @@ bom { ] } } - library("Spring Data Bom", "2023.0.4") { + library("Spring Data Bom", "2023.0.5-SNAPSHOT") { considerSnapshots() calendarName = "Spring Data Release" group("org.springframework.data") { From 8b64bf187684e246ce92a90af6df1eba2753cfdd Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 4 Oct 2023 09:56:04 +0100 Subject: [PATCH 07/10] Start building against Spring LDAP 3.1.2 snapshots See gh-37699 --- 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 d9b7a06f43..8110cd8199 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1460,7 +1460,7 @@ bom { ] } } - library("Spring LDAP", "3.1.1") { + library("Spring LDAP", "3.1.2-SNAPSHOT") { considerSnapshots() group("org.springframework.ldap") { modules = [ From 538c1cc56b80c89db01848ff54ea778417dc8aa1 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 4 Oct 2023 09:56:09 +0100 Subject: [PATCH 08/10] Start building against Spring Retry 2.0.4 snapshots See gh-37700 --- 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 8110cd8199..74f33529ae 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1479,7 +1479,7 @@ bom { ] } } - library("Spring Retry", "2.0.3") { + library("Spring Retry", "2.0.4-SNAPSHOT") { considerSnapshots() group("org.springframework.retry") { modules = [ From 16724c09d43699c9d7fb23831dcb54ff57a07763 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 4 Oct 2023 09:56:14 +0100 Subject: [PATCH 09/10] Start building against Spring Security 6.1.5 snapshots See gh-37701 --- 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 74f33529ae..1716a54151 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1487,7 +1487,7 @@ bom { ] } } - library("Spring Security", "6.1.4") { + library("Spring Security", "6.1.5-SNAPSHOT") { considerSnapshots() group("org.springframework.security") { imports = [ From d3ec9e36d7e6052ec406b95b26267ff5d0d81a5e Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 4 Oct 2023 09:56:19 +0100 Subject: [PATCH 10/10] Start building against Spring Session 3.1.3 snapshots See gh-37702 --- 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 1716a54151..9c69d397d9 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1495,7 +1495,7 @@ bom { ] } } - library("Spring Session", "3.1.2") { + library("Spring Session", "3.1.3-SNAPSHOT") { considerSnapshots() prohibit { startsWith(["Apple-", "Bean-", "Corn-", "Dragonfruit-"])