From 68623cb68a64be91f0e477fd86ad347465592b5e Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 12 Jan 2023 12:12:46 +0000 Subject: [PATCH 01/13] Upgrade to Byte Buddy 1.12.21 Closes gh-33778 --- 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 72fea7eafc..5babf5eb33 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.20") { + library("Byte Buddy", "1.12.21") { group("net.bytebuddy") { modules = [ "byte-buddy", From ffa6706b0b4aad73b117d0f10d5404874b9fbee7 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 12 Jan 2023 12:12:49 +0000 Subject: [PATCH 02/13] Upgrade to Dropwizard Metrics 4.2.15 Closes gh-33779 --- 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 5babf5eb33..c4b84812cf 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.14") { + library("Dropwizard Metrics", "4.2.15") { group("io.dropwizard.metrics") { imports = [ "metrics-bom" From b3d0d6b72a57d0a6e18b465413e50d57ca8106c5 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 12 Jan 2023 12:12:52 +0000 Subject: [PATCH 03/13] Upgrade to Groovy 3.0.14 Closes gh-33780 --- 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 c4b84812cf..f74f0aba72 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -411,7 +411,7 @@ bom { ] } } - library("Groovy", "3.0.13") { + library("Groovy", "3.0.14") { group("org.codehaus.groovy") { imports = [ "groovy-bom" From 7d26a297170c2d7586024989893a598324c33ec9 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 12 Jan 2023 12:12:55 +0000 Subject: [PATCH 04/13] Upgrade to Infinispan 13.0.15.Final Closes gh-33781 --- 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 f74f0aba72..df4b365fde 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -570,7 +570,7 @@ bom { ] } } - library("Infinispan", "13.0.14.Final") { + library("Infinispan", "13.0.15.Final") { group("org.infinispan") { imports = [ "infinispan-bom" From f3a03f9b0fe84b030bdb501034f82c1d7c1ad1fd Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 12 Jan 2023 12:12:58 +0000 Subject: [PATCH 05/13] Upgrade to Jolokia 1.7.2 Closes gh-33782 --- 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 df4b365fde..8193f65b21 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -979,7 +979,7 @@ bom { ] } } - library("Jolokia", "1.7.1") { + library("Jolokia", "1.7.2") { group("org.jolokia") { modules = [ "jolokia-core" From ed364768e9f66b4bbfca89a29c67397bab7e89a6 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 12 Jan 2023 12:13:01 +0000 Subject: [PATCH 06/13] Upgrade to MariaDB 3.0.10 Closes gh-33783 --- 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 8193f65b21..2e700fe7fd 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.9") { + library("MariaDB", "3.0.10") { group("org.mariadb.jdbc") { modules = [ "mariadb-java-client" From 2a80d961d105601b957ee60a19fae2a6ddd9c334 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 12 Jan 2023 12:13:04 +0000 Subject: [PATCH 07/13] Upgrade to Micrometer 1.9.7 Closes gh-33784 --- 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 2e700fe7fd..a9118b3c66 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.6") { + library("Micrometer", "1.9.7") { group("io.micrometer") { modules = [ "micrometer-registry-stackdriver" { From 5c74b7ceba71fa9baaa7342966af27cf803cae81 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 12 Jan 2023 12:13:07 +0000 Subject: [PATCH 08/13] Upgrade to Reactor Bom 2020.0.27 Closes gh-33785 --- 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 a9118b3c66..67343cadc2 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1442,7 +1442,7 @@ bom { ] } } - library("Reactor Bom", "2020.0.26") { + library("Reactor Bom", "2020.0.27") { group("io.projectreactor") { imports = [ "reactor-bom" From 8044493b7fff496057036624cec7db1fba7495e1 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 12 Jan 2023 12:13:10 +0000 Subject: [PATCH 09/13] Upgrade to Spring Framework 5.3.25 Closes gh-33786 --- 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 67343cadc2..99fe4ed67d 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1702,7 +1702,7 @@ bom { ] } } - library("Spring Framework", "5.3.24") { + library("Spring Framework", "5.3.25") { prohibit("[6.0.0-M1,)") { because "we upgrade in Spring Boot 3.x" } From 98f3bf8b4c3428cdae5c1ce17ec884626c954e99 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 12 Jan 2023 12:13:13 +0000 Subject: [PATCH 10/13] Upgrade to XmlUnit2 2.9.1 Closes gh-33787 --- 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 99fe4ed67d..2b1bd221e6 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1934,7 +1934,7 @@ bom { ] } } - library("XmlUnit2", "2.9.0") { + library("XmlUnit2", "2.9.1") { group("org.xmlunit") { modules = [ "xmlunit-assertj", From 152de5f55ef893623649e1a40990fc9df3df35c8 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 12 Jan 2023 12:45:42 +0000 Subject: [PATCH 11/13] Start building against Spring Data 2021.2.7 snapshots See gh-33788 --- 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 2b1bd221e6..603abb4e73 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1692,7 +1692,7 @@ bom { ] } } - library("Spring Data Bom", "2021.2.6") { + library("Spring Data Bom", "2021.2.7-SNAPSHOT") { prohibit("[2022.0.0-M1,)") { because "it uses Spring Framework 6" } From 5c470d1f205f6bbfc0f12aaaad5acc571ee66481 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 12 Jan 2023 12:49:27 +0000 Subject: [PATCH 12/13] Start building against Spring WS 3.1.5 snapshots See gh-33789 --- 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 603abb4e73..288b3d0f32 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1800,7 +1800,7 @@ bom { ] } } - library("Spring WS", "3.1.4") { + library("Spring WS", "3.1.5-SNAPSHOT") { prohibit("[4.0.0-M1,)") { because "it uses Spring Framework 6" } From 22b253d8c4a4e189bc8bf59ed7d029a50dd6d28c Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 12 Jan 2023 12:52:11 +0000 Subject: [PATCH 13/13] Start building against Spring AMQP 2.4.9 snapshots See gh-33790 --- 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 288b3d0f32..f68dc84720 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1665,7 +1665,7 @@ bom { ] } } - library("Spring AMQP", "2.4.8") { + library("Spring AMQP", "2.4.9-SNAPSHOT") { prohibit("[3.0.0-M1,)") { because "it uses Spring Framework 6" }