From 30a10164a89f7bee9af7ea193f9fb4f069c3f13e Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 14 Jul 2022 17:10:47 +0200 Subject: [PATCH 01/13] Upgrade to Byte Buddy 1.12.12 Closes gh-31735 --- 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 c86e87eb84..ab20ba7bc7 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.11") { + library("Byte Buddy", "1.12.12") { group("net.bytebuddy") { modules = [ "byte-buddy", From 01fbdac192482827292eeb37b3addbe2461d7819 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 14 Jul 2022 17:10:50 +0200 Subject: [PATCH 02/13] Upgrade to Couchbase Client 3.3.2 Closes gh-31736 --- 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 ab20ba7bc7..3b7e4d7475 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.1") { + library("Couchbase Client", "3.3.2") { group("com.couchbase.client") { modules = [ "java-client" From ac4c3d2b8188b4b8e942e75cc908afc551789898 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 14 Jul 2022 17:10:52 +0200 Subject: [PATCH 03/13] Upgrade to Elasticsearch 7.17.5 Closes gh-31737 --- 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 3b7e4d7475..73cacf5f10 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -296,7 +296,7 @@ bom { ] } } - library("Elasticsearch", "7.17.4") { + library("Elasticsearch", "7.17.5") { group("org.elasticsearch") { modules = [ "elasticsearch" From 689dae1b1435c36e0a9122522b28803a56490c90 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 14 Jul 2022 17:10:55 +0200 Subject: [PATCH 04/13] Upgrade to Hibernate 5.6.10.Final Closes gh-31738 --- 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 73cacf5f10..be858cd33b 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -454,7 +454,7 @@ bom { ] } } - library("Hibernate", "5.6.9.Final") { + library("Hibernate", "5.6.10.Final") { prohibit("[6.0.0.Alpha2,)") { because "it uses the jakarta.* namespace" } From 1a4d0b2d9cd89cf8ef85f5bf02e12f395ee7a759 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 14 Jul 2022 17:10:57 +0200 Subject: [PATCH 05/13] Upgrade to HttpCore5 5.1.4 Closes gh-31739 --- 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 be858cd33b..bd1396c970 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -558,7 +558,7 @@ bom { ] } } - library("HttpCore5", "5.1.3") { + library("HttpCore5", "5.1.4") { group("org.apache.httpcomponents.core5") { modules = [ "httpcore5", From 191509292b44bb08ce7ceb5692dfe43a64f65415 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 14 Jul 2022 17:10:59 +0200 Subject: [PATCH 06/13] Upgrade to Jetty Reactive HTTPClient 1.1.12 Closes gh-31740 --- 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 bd1396c970..39f400da65 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -930,7 +930,7 @@ bom { ] } } - library("Jetty Reactive HTTPClient", "1.1.11") { + library("Jetty Reactive HTTPClient", "1.1.12") { prohibit("[2,)") { because "it uses the jakarta.* namespace" } From 611514ae89733fc16a76f6610c0a4af17189f769 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 14 Jul 2022 17:11:02 +0200 Subject: [PATCH 07/13] Upgrade to JsonAssert 1.5.1 Closes gh-31741 --- 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 39f400da65..442265a01a 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1014,7 +1014,7 @@ bom { ] } } - library("JsonAssert", "1.5.0") { + library("JsonAssert", "1.5.1") { group("org.skyscreamer") { modules = [ "jsonassert" From 38e90497acdbc64142ed1a853d7b9d149fafa0e5 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 14 Jul 2022 17:11:04 +0200 Subject: [PATCH 08/13] Upgrade to Kotlin Coroutines 1.6.3-native-mt Closes gh-31742 --- 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 442265a01a..d7954a77d1 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1100,7 +1100,7 @@ bom { ] } } - library("Kotlin Coroutines", "1.6.3") { + library("Kotlin Coroutines", "1.6.3-native-mt") { group("org.jetbrains.kotlinx") { imports = [ "kotlinx-coroutines-bom" From 90ac0e87eef0b832c700c353311868cf56cf021a Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 14 Jul 2022 17:11:07 +0200 Subject: [PATCH 09/13] Upgrade to Lettuce 6.1.9.RELEASE Closes gh-31743 --- 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 d7954a77d1..026dffa109 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1107,7 +1107,7 @@ bom { ] } } - library("Lettuce", "6.1.8.RELEASE") { + library("Lettuce", "6.1.9.RELEASE") { group("io.lettuce") { modules = [ "lettuce-core" From 5f65301cbc92785e01d0911e29cfd16ea6f17ff9 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 14 Jul 2022 17:11:09 +0200 Subject: [PATCH 10/13] Upgrade to MariaDB 3.0.6 Closes gh-31744 --- 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 026dffa109..e0bd5e5288 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1148,7 +1148,7 @@ bom { ] } } - library("MariaDB", "3.0.5") { + library("MariaDB", "3.0.6") { group("org.mariadb.jdbc") { modules = [ "mariadb-java-client" From 37e0ea514209f98e07136d7b2ac9d7260ff4f25e Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 14 Jul 2022 17:11:12 +0200 Subject: [PATCH 11/13] Upgrade to Neo4j Java Driver 4.4.9 Closes gh-31745 --- 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 e0bd5e5288..4c725bd449 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1334,7 +1334,7 @@ bom { ] } } - library("Neo4j Java Driver", "4.4.6") { + library("Neo4j Java Driver", "4.4.9") { group("org.neo4j.driver") { modules = [ "neo4j-java-driver" From 59a394c5a575361fc6cc61c4fb50ef258570e484 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 14 Jul 2022 17:11:14 +0200 Subject: [PATCH 12/13] Upgrade to Netty 4.1.79.Final Closes gh-31746 --- 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 4c725bd449..bd8fc54013 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1341,7 +1341,7 @@ bom { ] } } - library("Netty", "4.1.78.Final") { + library("Netty", "4.1.79.Final") { group("io.netty") { imports = [ "netty-bom" From b6031382483f2b47a0f07e599fe4dca020178a27 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 14 Jul 2022 17:11:16 +0200 Subject: [PATCH 13/13] Upgrade to SendGrid 4.9.3 Closes gh-31747 --- 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 bd8fc54013..47c58b6e3c 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1590,7 +1590,7 @@ bom { ] } } - library("SendGrid", "4.9.2") { + library("SendGrid", "4.9.3") { group("com.sendgrid") { modules = [ "sendgrid-java"