From f0d61a8db857884d63f22223a8fde2bfefbfd939 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 8 Aug 2022 20:51:06 +0200 Subject: [PATCH 01/15] Upgrade to Dropwizard Metrics 4.2.11 Closes gh-32007 --- 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 b01be7322a..86bd317b07 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -258,7 +258,7 @@ bom { ] } } - library("Dropwizard Metrics", "4.2.10") { + library("Dropwizard Metrics", "4.2.11") { group("io.dropwizard.metrics") { imports = [ "metrics-bom" From a1d741b3a80eaacb0cc1618f65c920d27ee2828c Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 8 Aug 2022 20:54:17 +0200 Subject: [PATCH 02/15] Upgrade to Byte Buddy 1.12.13 Closes gh-32013 --- 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 ce7cf60744..74045e4555 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -152,7 +152,7 @@ bom { ] } } - library("Byte Buddy", "1.12.12") { + library("Byte Buddy", "1.12.13") { group("net.bytebuddy") { modules = [ "byte-buddy", From 001cc473c98e0f4fa0f4d7bc2bedf03878d8036f Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 8 Aug 2022 20:54:20 +0200 Subject: [PATCH 03/15] Upgrade to Couchbase Client 3.3.3 Closes gh-32014 --- 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 74045e4555..322b3f85a7 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -241,7 +241,7 @@ bom { ] } } - library("Couchbase Client", "3.3.2") { + library("Couchbase Client", "3.3.3") { group("com.couchbase.client") { modules = [ "java-client" From e85e3f65d4887c366516b1745e97731e9496e27f Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 8 Aug 2022 20:54:23 +0200 Subject: [PATCH 04/15] Upgrade to Dropwizard Metrics 4.2.11 Closes gh-32015 --- 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 322b3f85a7..d63a738cdc 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -276,7 +276,7 @@ bom { ] } } - library("Dropwizard Metrics", "4.2.10") { + library("Dropwizard Metrics", "4.2.11") { group("io.dropwizard.metrics") { imports = [ "metrics-bom" From e8a89e44ced383c19e33c722c122e0b2c6775ae9 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 8 Aug 2022 20:54:26 +0200 Subject: [PATCH 05/15] Upgrade to Embedded Mongo 3.4.8 Closes gh-32016 --- 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 d63a738cdc..71d2da75ee 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -330,7 +330,7 @@ bom { ] } } - library("Embedded Mongo", "3.4.7") { + library("Embedded Mongo", "3.4.8") { group("de.flapdoodle.embed") { modules = [ "de.flapdoodle.embed.mongo" From 6233e0356ac1baf385724f9c72bf1c09d9b7f828 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 8 Aug 2022 20:51:11 +0200 Subject: [PATCH 06/15] Upgrade to Hibernate Validator 6.2.4.Final Closes gh-32009 --- 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 86bd317b07..a58c2fe997 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -449,7 +449,7 @@ bom { ] } } - library("Hibernate Validator", "6.2.3.Final") { + library("Hibernate Validator", "6.2.4.Final") { prohibit("[7.0.0.Alpha1,)") { because "it uses the jakarta.* namespace" } From a614c912f64dd922aef800ef7d4f01887750d898 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 8 Aug 2022 20:51:14 +0200 Subject: [PATCH 07/15] Upgrade to Micrometer 1.8.9 Closes gh-32010 --- 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 a58c2fe997..1c792fe400 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1253,7 +1253,7 @@ bom { ] } } - library("Micrometer", "1.8.8") { + library("Micrometer", "1.8.9") { group("io.micrometer") { modules = [ "micrometer-registry-stackdriver" { From 81c5b5a9fed1ed28eaaa8c19c7cf73dca7713675 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 8 Aug 2022 20:51:16 +0200 Subject: [PATCH 08/15] Upgrade to MySQL 8.0.30 Closes gh-32011 --- 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 1c792fe400..b62d45965f 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1299,7 +1299,7 @@ bom { ] } } - library("MySQL", "8.0.29") { + library("MySQL", "8.0.30") { group("mysql") { modules = [ "mysql-connector-java" { From 68b61f574a6aa07b428e086924d4b23d64dcfccd Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 8 Aug 2022 20:51:18 +0200 Subject: [PATCH 09/15] Upgrade to Netty tcNative 2.0.54.Final Closes gh-32012 --- 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 b62d45965f..6ae627dd23 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1329,7 +1329,7 @@ bom { ] } } - library("Netty tcNative", "2.0.53.Final") { + library("Netty tcNative", "2.0.54.Final") { group("io.netty") { modules = [ "netty-tcnative", From de59f948f2ef64d0da2dc44acdd3b6d5fa1070e3 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 8 Aug 2022 20:54:32 +0200 Subject: [PATCH 10/15] Upgrade to Gson 2.9.1 Closes gh-32018 --- 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 71d2da75ee..d1ea03e2d1 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -418,7 +418,7 @@ bom { ] } } - library("Gson", "2.9.0") { + library("Gson", "2.9.1") { group("com.google.code.gson") { modules = [ "gson" From 5c1248b6cb320f76cc45bfbfac46f37e8f9acc14 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 8 Aug 2022 20:54:35 +0200 Subject: [PATCH 11/15] Upgrade to Hazelcast 5.1.3 Closes gh-32019 --- 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 d1ea03e2d1..7a7b043b55 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -441,7 +441,7 @@ bom { ] } } - library("Hazelcast", "5.1.2") { + library("Hazelcast", "5.1.3") { group("com.hazelcast") { modules = [ "hazelcast", From 11112624f7f92c911a89ff875f0ab8e529a4b482 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 8 Aug 2022 20:54:38 +0200 Subject: [PATCH 12/15] Upgrade to Hibernate Validator 6.2.4.Final Closes gh-32020 --- 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 7a7b043b55..a20a1b23a2 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -480,7 +480,7 @@ bom { ] } } - library("Hibernate Validator", "6.2.3.Final") { + library("Hibernate Validator", "6.2.4.Final") { prohibit("[7.0.0.Alpha1,)") { because "it uses the jakarta.* namespace" } From 9edbbbcc0348b8529ab4b58b93b1495059ff2a7e Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 8 Aug 2022 20:54:40 +0200 Subject: [PATCH 13/15] Upgrade to MariaDB 3.0.7 Closes gh-32021 --- 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 a20a1b23a2..c16dd03e96 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1151,7 +1151,7 @@ bom { ] } } - library("MariaDB", "3.0.6") { + library("MariaDB", "3.0.7") { group("org.mariadb.jdbc") { modules = [ "mariadb-java-client" From c050e0823883a0617f9b6600281838654c9aded0 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 8 Aug 2022 20:54:43 +0200 Subject: [PATCH 14/15] Upgrade to Micrometer 1.9.3 Closes gh-32022 --- 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 c16dd03e96..a3404f1cbc 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1284,7 +1284,7 @@ bom { ] } } - library("Micrometer", "1.9.2") { + library("Micrometer", "1.9.3") { group("io.micrometer") { modules = [ "micrometer-registry-stackdriver" { From ccf1b9ebe469d0fd3a77f0a66d172f6762927b6d Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 8 Aug 2022 20:54:46 +0200 Subject: [PATCH 15/15] Upgrade to MySQL 8.0.30 Closes gh-32023 --- 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 a3404f1cbc..b7b9454cd2 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1321,7 +1321,7 @@ bom { ] } } - library("MySQL", "8.0.29") { + library("MySQL", "8.0.30") { group("mysql") { modules = [ "mysql-connector-java" {