From a39b39c9dd2d9e5e11d56c75e56db3ce131a9a3e Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 15 Aug 2023 17:11:09 +0200 Subject: [PATCH 01/12] Upgrade to Micrometer 1.9.14 Closes gh-36824 --- 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 4ad174ec098..decd4a38c3a 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1327,7 +1327,7 @@ bom { ] } } - library("Micrometer", "1.9.14-SNAPSHOT") { + library("Micrometer", "1.9.14") { group("io.micrometer") { modules = [ "micrometer-registry-stackdriver" { From e1c051804746d86cf311e95534806f0087e1032c Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 15 Aug 2023 17:11:09 +0200 Subject: [PATCH 02/12] Upgrade to Reactor Bom 2020.0.35 Closes gh-36825 --- 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 decd4a38c3a..de7e08bed3b 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1486,7 +1486,7 @@ bom { ] } } - library("Reactor Bom", "2020.0.35-SNAPSHOT") { + library("Reactor Bom", "2020.0.35") { group("io.projectreactor") { imports = [ "reactor-bom" From cd7ca433e6a53e86e7d80091bb3d4db6731ba223 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 15 Aug 2023 17:11:13 +0200 Subject: [PATCH 03/12] Upgrade to Tomcat 9.0.79 Closes gh-36992 --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index a870cbd5c34..e51991f57ff 100644 --- a/gradle.properties +++ b/gradle.properties @@ -6,6 +6,6 @@ org.gradle.jvmargs=-Xmx2g -Dfile.encoding=UTF-8 kotlinVersion=1.6.21 springFrameworkVersion=5.3.29 -tomcatVersion=9.0.78 +tomcatVersion=9.0.79 kotlin.stdlib.default.dependency=false From b80f64a0e43104945fdd6c2626210e3ecb8a9fa0 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 15 Aug 2023 17:13:59 +0200 Subject: [PATCH 04/12] Upgrade to Infinispan 14.0.14.Final Closes gh-36993 --- 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 82a636fd987..0a08436d224 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -435,7 +435,7 @@ bom { ] } } - library("Infinispan", "14.0.13.Final") { + library("Infinispan", "14.0.14.Final") { group("org.infinispan") { imports = [ "infinispan-bom" From b91b213283aade3fb1b129e4df65beba0cde63a1 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 15 Aug 2023 17:14:00 +0200 Subject: [PATCH 05/12] Upgrade to Micrometer 1.10.10 Closes gh-36829 --- 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 0a08436d224..39e1f8cc427 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -950,7 +950,7 @@ bom { ] } } - library("Micrometer", "1.10.10-SNAPSHOT") { + library("Micrometer", "1.10.10") { group("io.micrometer") { modules = [ "micrometer-registry-stackdriver" { From a3856e4342edc9348204318fb20c6b019540ee7d Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 15 Aug 2023 17:14:00 +0200 Subject: [PATCH 06/12] Upgrade to Micrometer Tracing 1.0.9 Closes gh-36830 --- 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 39e1f8cc427..6eea8679bb8 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -962,7 +962,7 @@ bom { ] } } - library("Micrometer Tracing", "1.0.9-SNAPSHOT") { + library("Micrometer Tracing", "1.0.9") { group("io.micrometer") { imports = [ "micrometer-tracing-bom" From 0a83531324db223fd6ba0ccf6b4678daf963828a Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 15 Aug 2023 17:14:01 +0200 Subject: [PATCH 07/12] Upgrade to Reactor Bom 2022.0.10 Closes gh-36831 --- 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 6eea8679bb8..0d77edf679f 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1159,7 +1159,7 @@ bom { ] } } - library("Reactor Bom", "2022.0.10-SNAPSHOT") { + library("Reactor Bom", "2022.0.10") { group("io.projectreactor") { imports = [ "reactor-bom" From 44c650eef7083385c2c1b043e06992249a37917f Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 15 Aug 2023 17:16:08 +0200 Subject: [PATCH 08/12] Upgrade to Byte Buddy 1.14.6 Closes gh-36994 --- 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 79be0a25eb9..bd9b16343b8 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -123,7 +123,7 @@ bom { ] } } - library("Byte Buddy", "1.14.5") { + library("Byte Buddy", "1.14.6") { group("net.bytebuddy") { modules = [ "byte-buddy", From f4788e910dc35bca6a873e96bdef8ea2ac30c71f Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 15 Aug 2023 17:16:14 +0200 Subject: [PATCH 09/12] Upgrade to Infinispan 14.0.14.Final Closes gh-36995 --- 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 bd9b16343b8..7333a59468f 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -457,7 +457,7 @@ bom { ] } } - library("Infinispan", "14.0.13.Final") { + library("Infinispan", "14.0.14.Final") { group("org.infinispan") { imports = [ "infinispan-bom" From fefdde10a7e0ee87dfb2245cf4a4686e1837d60a Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 15 Aug 2023 17:16:15 +0200 Subject: [PATCH 10/12] Upgrade to Micrometer 1.11.3 Closes gh-36839 --- 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 7333a59468f..9ca3bfd0075 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -976,7 +976,7 @@ bom { ] } } - library("Micrometer", "1.11.3-SNAPSHOT") { + library("Micrometer", "1.11.3") { group("io.micrometer") { modules = [ "micrometer-registry-stackdriver" { From 845f7efe0aeb80aa50b5cb4fa8e6ed9327414a26 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 15 Aug 2023 17:16:15 +0200 Subject: [PATCH 11/12] Upgrade to Micrometer Tracing 1.1.4 Closes gh-36840 --- 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 9ca3bfd0075..72903d1e033 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -988,7 +988,7 @@ bom { ] } } - library("Micrometer Tracing", "1.1.4-SNAPSHOT") { + library("Micrometer Tracing", "1.1.4") { group("io.micrometer") { imports = [ "micrometer-tracing-bom" From a8bbae0dc10caca25d7c45d84a8ec8595a8570fe Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 15 Aug 2023 17:16:16 +0200 Subject: [PATCH 12/12] Upgrade to Reactor Bom 2022.0.10 Closes gh-36841 --- 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 72903d1e033..c3c53c57928 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1206,7 +1206,7 @@ bom { ] } } - library("Reactor Bom", "2022.0.10-SNAPSHOT") { + library("Reactor Bom", "2022.0.10") { group("io.projectreactor") { imports = [ "reactor-bom"