From 3fb6260f68182bdc513952535d92b12254b413f1 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 10 May 2022 17:32:49 +0100 Subject: [PATCH 01/16] Upgrade to ActiveMQ 5.16.5 Closes gh-30927 --- 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 70f6b336b7..e4785d8865 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") { prohibit("[5.17.0,)") { because "it requires Java 11" } From 6bd48c6bf950e286e1aba9a961b1722fadfe4a8e Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 10 May 2022 17:32:51 +0100 Subject: [PATCH 02/16] Upgrade to Byte Buddy 1.12.10 Closes gh-30928 --- 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 e4785d8865..f850f9fc6b 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -150,7 +150,7 @@ bom { ] } } - library("Byte Buddy", "1.12.9") { + library("Byte Buddy", "1.12.10") { group("net.bytebuddy") { modules = [ "byte-buddy", From 232e904a54f068a8422b3a7298f0a72571cc7224 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 10 May 2022 17:32:54 +0100 Subject: [PATCH 03/16] Upgrade to Cassandra Driver 4.14.1 Closes gh-30929 --- 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 f850f9fc6b..ddfe7b128e 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -183,7 +183,7 @@ bom { ] } } - library("Cassandra Driver", "4.14.0") { + library("Cassandra Driver", "4.14.1") { group("com.datastax.oss") { imports = [ "java-driver-bom" From 0b2a25fbc8114462ce9b3f1eb257432bb1c7820c Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 10 May 2022 17:32:56 +0100 Subject: [PATCH 04/16] Upgrade to Couchbase Client 3.2.7 Closes gh-30930 --- 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 ddfe7b128e..4e5145f57b 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -239,7 +239,7 @@ bom { ] } } - library("Couchbase Client", "3.2.6") { + library("Couchbase Client", "3.2.7") { group("com.couchbase.client") { modules = [ "java-client" From 27bd2f75271c11cc13f81a3508d83100a60a7828 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 10 May 2022 17:32:59 +0100 Subject: [PATCH 05/16] Upgrade to Elasticsearch 7.17.3 Closes gh-30931 --- 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 4e5145f57b..4ec86c1dab 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -294,7 +294,7 @@ bom { ] } } - library("Elasticsearch", "7.17.2") { + library("Elasticsearch", "7.17.3") { group("org.elasticsearch") { modules = [ "elasticsearch" From 03e5626689ea681a6cf17f5bc1d8ce5d98699ff4 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 10 May 2022 17:33:02 +0100 Subject: [PATCH 06/16] Upgrade to Flyway 8.5.10 Closes gh-30932 --- 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 4ec86c1dab..252bb749b5 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -332,7 +332,7 @@ bom { ] } } - library("Flyway", "8.5.9") { + library("Flyway", "8.5.10") { group("org.flywaydb") { modules = [ "flyway-core", From 86b98d23e86bd56acf78f2e42152bb55ed96ee91 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 10 May 2022 17:33:04 +0100 Subject: [PATCH 07/16] Upgrade to Infinispan 13.0.10.Final Closes gh-30933 --- 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 252bb749b5..f46d678dc4 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -565,7 +565,7 @@ bom { ] } } - library("Infinispan", "13.0.9.Final") { + library("Infinispan", "13.0.10.Final") { group("org.infinispan") { imports = [ "infinispan-bom" From 694f35d554f6a7b07385206b8a965937b0b13716 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 10 May 2022 17:33:07 +0100 Subject: [PATCH 08/16] Upgrade to Jaybird 4.0.6.java8 Closes gh-30934 --- 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 f46d678dc4..183ccf72df 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -872,7 +872,7 @@ bom { ] } } - library("Jaybird", "4.0.5.java8") { + library("Jaybird", "4.0.6.java8") { group("org.firebirdsql.jdbc") { modules = [ "jaybird", From b0ec81674db1226f9b75c4ae137247df38fa2a9b Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 10 May 2022 17:33:10 +0100 Subject: [PATCH 09/16] Upgrade to Johnzon 1.2.18 Closes gh-30935 --- 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 183ccf72df..ecbb09c9a4 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -958,7 +958,7 @@ bom { ] } } - library("Johnzon", "1.2.16") { + library("Johnzon", "1.2.18") { group("org.apache.johnzon") { modules = [ "johnzon-core", From 3eb41ea85c5f3b6338b7925483bb9021d3f50204 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 10 May 2022 17:33:12 +0100 Subject: [PATCH 10/16] Upgrade to Mockito 4.5.1 Closes gh-30936 --- 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 ecbb09c9a4..6c1c82d074 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1298,7 +1298,7 @@ bom { ] } } - library("Mockito", "4.5.0") { + library("Mockito", "4.5.1") { group("org.mockito") { imports = [ "mockito-bom" From a57012c015a955a002ae0b368010609adac41925 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 10 May 2022 17:33:15 +0100 Subject: [PATCH 11/16] Upgrade to MySQL 8.0.29 Closes gh-30937 --- 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 6c1c82d074..ddd33fa332 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1323,7 +1323,7 @@ bom { ] } } - library("MySQL", "8.0.28") { + library("MySQL", "8.0.29") { group("mysql") { modules = [ "mysql-connector-java" { From ec905dd86be1d7ef75e0d50d54c0bd8f961a2796 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 10 May 2022 17:33:17 +0100 Subject: [PATCH 12/16] Upgrade to Netty 4.1.77.Final Closes gh-30938 --- 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 ddd33fa332..0a9d7bab43 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1346,7 +1346,7 @@ bom { ] } } - library("Netty", "4.1.76.Final") { + library("Netty", "4.1.77.Final") { group("io.netty") { imports = [ "netty-bom" From caf29035884a612917c370eee664048c30d92339 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 10 May 2022 17:33:20 +0100 Subject: [PATCH 13/16] Upgrade to Postgresql 42.3.5 Closes gh-30939 --- 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 0a9d7bab43..94c68ab911 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1385,7 +1385,7 @@ bom { ] } } - library("Postgresql", "42.3.4") { + library("Postgresql", "42.3.5") { group("org.postgresql") { modules = [ "postgresql" From dafda8b04498e14a92e403bdea25d8a3fcca852e Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 10 May 2022 17:33:22 +0100 Subject: [PATCH 14/16] Upgrade to Reactor Bom 2020.0.19 Closes gh-30940 --- 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 94c68ab911..0f7aebee3f 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1445,7 +1445,7 @@ bom { ] } } - library("Reactor Bom", "2020.0.18") { + library("Reactor Bom", "2020.0.19") { group("io.projectreactor") { imports = [ "reactor-bom" From 125773ef7085f6c39ae820a57fb2c5ebdc3251a2 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 10 May 2022 17:33:26 +0100 Subject: [PATCH 15/16] Upgrade to Selenium 4.1.4 Closes gh-30941 --- 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 0f7aebee3f..3d467c9231 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1580,7 +1580,7 @@ bom { ] } } - library("Selenium", "4.1.3") { + library("Selenium", "4.1.4") { group("org.seleniumhq.selenium") { modules = [ "selenium-api", From bef675ded00d86763bac20fa68fe83e0f6bfea24 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 10 May 2022 17:33:29 +0100 Subject: [PATCH 16/16] Upgrade to UnboundID LDAPSDK 6.0.5 Closes gh-30942 --- 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 3d467c9231..816c4063c6 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1895,7 +1895,7 @@ bom { ] } } - library("UnboundID LDAPSDK", "6.0.4") { + library("UnboundID LDAPSDK", "6.0.5") { group("com.unboundid") { modules = [ "unboundid-ldapsdk"