From 68b54f194f9584c21ec37339d1f93f34cac01247 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 10 May 2022 16:58:23 +0100 Subject: [PATCH 01/10] Upgrade to ActiveMQ 5.16.5 Closes gh-30917 --- 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 0be2f0c4af00..0eaff3402964 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -14,7 +14,7 @@ bom { issueLabels = ["type: dependency-upgrade"] } } - library("ActiveMQ", "5.16.4") { + library("ActiveMQ", "5.16.5") { group("org.apache.activemq") { modules = [ "activemq-amqp", From 23ad3e195297196d1d0439be5f35c3d60446edcd Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 10 May 2022 16:58:26 +0100 Subject: [PATCH 02/10] Upgrade to Couchbase Client 3.2.7 Closes gh-30918 --- 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 0eaff3402964..04489e07a12b 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -221,7 +221,7 @@ bom { ] } } - library("Couchbase Client", "3.2.6") { + library("Couchbase Client", "3.2.7") { group("com.couchbase.client") { modules = [ "java-client" From d0bdb2a06199b417fd03f28c5ca784e9c0619d02 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 10 May 2022 16:58:28 +0100 Subject: [PATCH 03/10] Upgrade to Hazelcast 4.2.5 Closes gh-30919 --- 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 04489e07a12b..2440716d587d 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -405,7 +405,7 @@ bom { ] } } - library("Hazelcast", "4.2.4") { + library("Hazelcast", "4.2.5") { group("com.hazelcast") { modules = [ "hazelcast", From 0a3169aab7adf39eb112f62aa09805930ecb5f29 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 10 May 2022 16:58:31 +0100 Subject: [PATCH 04/10] Upgrade to Jaybird 4.0.6.java8 Closes gh-30920 --- 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 2440716d587d..7b9db7e8859a 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -841,7 +841,7 @@ bom { ] } } - library("Jaybird", "4.0.5.java8") { + library("Jaybird", "4.0.6.java8") { group("org.firebirdsql.jdbc") { modules = [ "jaybird", From bf63740a9a4d7feb294bbcbad2d2607591d462dc Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 10 May 2022 16:58:33 +0100 Subject: [PATCH 05/10] Upgrade to Johnzon 1.2.18 Closes gh-30921 --- 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 7b9db7e8859a..faa7c76a6b71 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -927,7 +927,7 @@ bom { ] } } - library("Johnzon", "1.2.16") { + library("Johnzon", "1.2.18") { group("org.apache.johnzon") { modules = [ "johnzon-core", From 1f4f64553cbee346537f52b696b6de0050c72e76 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 10 May 2022 16:58:36 +0100 Subject: [PATCH 06/10] Upgrade to MySQL 8.0.29 Closes gh-30922 --- 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 faa7c76a6b71..f51df583426a 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1294,7 +1294,7 @@ bom { ] } } - library("MySQL", "8.0.28") { + library("MySQL", "8.0.29") { group("mysql") { modules = [ "mysql-connector-java" { From 4c197e41752e476cae4f85e8af2cea748760401c Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 10 May 2022 16:58:39 +0100 Subject: [PATCH 07/10] Upgrade to Netty 4.1.77.Final Closes gh-30923 --- 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 f51df583426a..a5d12ee6e173 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1317,7 +1317,7 @@ bom { ] } } - library("Netty", "4.1.76.Final") { + library("Netty", "4.1.77.Final") { group("io.netty") { imports = [ "netty-bom" From 295b3b0fbd0663f033c241a3672984cb4e214bf6 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 10 May 2022 16:58:42 +0100 Subject: [PATCH 08/10] Upgrade to Netty tcNative 2.0.52.Final Closes gh-30924 --- 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 a5d12ee6e173..04ebae350fc3 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1324,7 +1324,7 @@ bom { ] } } - library("Netty tcNative", "2.0.51.Final") { + library("Netty tcNative", "2.0.52.Final") { group("io.netty") { modules = [ "netty-tcnative", From b61661ff5fbdab1b98dff093739e3583e80e67bc Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 10 May 2022 16:58:44 +0100 Subject: [PATCH 09/10] Upgrade to Postgresql 42.3.5 Closes gh-30925 --- 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 04ebae350fc3..816a6a3fc6a3 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1395,7 +1395,7 @@ bom { ] } } - library("Postgresql", "42.3.4") { + library("Postgresql", "42.3.5") { group("org.postgresql") { modules = [ "postgresql" From ba8274b3cbd697e08f877819e52d87e96bcffd2a Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 10 May 2022 16:58:47 +0100 Subject: [PATCH 10/10] Upgrade to Reactor Bom 2020.0.19 Closes gh-30926 --- 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 816a6a3fc6a3..eb8dd8ed191b 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1455,7 +1455,7 @@ bom { ] } } - library("Reactor Bom", "2020.0.18") { + library("Reactor Bom", "2020.0.19") { group("io.projectreactor") { imports = [ "reactor-bom"