From d2432d609e8adedcce1bc0778ea986a0660144bc Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 20 Feb 2023 13:33:02 +0000 Subject: [PATCH 01/16] Upgrade to ActiveMQ 5.16.6 Closes gh-34238 --- 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 a48b22f08f5..91fd59e8f6f 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.5") { + library("ActiveMQ", "5.16.6") { prohibit { versionRange "[5.17.0,)" because "it requires Java 11" From d47a706d9c7344747b9e6fa6cd4dbd2adadb9d85 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 20 Feb 2023 13:33:07 +0000 Subject: [PATCH 02/16] Upgrade to Byte Buddy 1.12.23 Closes gh-34239 --- 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 91fd59e8f6f..d7af5d80ae0 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -157,7 +157,7 @@ bom { ] } } - library("Byte Buddy", "1.12.22") { + library("Byte Buddy", "1.12.23") { group("net.bytebuddy") { modules = [ "byte-buddy", From 2558866040d191fa24ee852fd377e67c5613dc0c Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 20 Feb 2023 13:33:12 +0000 Subject: [PATCH 03/16] Upgrade to Dropwizard Metrics 4.2.16 Closes gh-34240 --- 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 d7af5d80ae0..b5a58131a4c 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -283,7 +283,7 @@ bom { ] } } - library("Dropwizard Metrics", "4.2.15") { + library("Dropwizard Metrics", "4.2.16") { group("io.dropwizard.metrics") { imports = [ "metrics-bom" From 8e710b72319362a2125105d186b67c24ccbdf023 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 20 Feb 2023 13:33:17 +0000 Subject: [PATCH 04/16] Upgrade to Elasticsearch 7.17.9 Closes gh-34241 --- 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 b5a58131a4c..7ed7dba1cd3 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -306,7 +306,7 @@ bom { ] } } - library("Elasticsearch", "7.17.8") { + library("Elasticsearch", "7.17.9") { group("org.elasticsearch") { modules = [ "elasticsearch" From a9eb2a550177c8d889d7fb8282b3cf8fd7c90c0f Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 20 Feb 2023 13:33:22 +0000 Subject: [PATCH 05/16] Upgrade to Glassfish JAXB 2.3.8 Closes gh-34242 --- 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 7ed7dba1cd3..f8c1f2b60ac 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -386,7 +386,7 @@ bom { ] } } - library("Glassfish JAXB", "2.3.7") { + library("Glassfish JAXB", "2.3.8") { prohibit { versionRange "[3.0.0-M1,)" because "it uses the jakarta.* namespace" From f5277430d6cbeeee3478ca4a966dd4a7526be7cd Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 20 Feb 2023 13:33:27 +0000 Subject: [PATCH 06/16] Upgrade to Groovy 3.0.15 Closes gh-34243 --- 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 f8c1f2b60ac..2a74db8d17f 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -422,7 +422,7 @@ bom { ] } } - library("Groovy", "3.0.14") { + library("Groovy", "3.0.15") { group("org.codehaus.groovy") { imports = [ "groovy-bom" From dc3e22ee9f4ecb77a74ac0cf0dfbb9c422c33514 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 20 Feb 2023 13:33:32 +0000 Subject: [PATCH 07/16] Upgrade to Hibernate 5.6.15.Final Closes gh-34244 --- 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 2a74db8d17f..28dc4dfff01 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -468,7 +468,7 @@ bom { ] } } - library("Hibernate", "5.6.14.Final") { + library("Hibernate", "5.6.15.Final") { prohibit { versionRange "[6.0.0.Alpha2,)" because "it uses the jakarta.* namespace" From 2385e626be4d97a073b609ea14f8547fe022e871 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 20 Feb 2023 13:33:37 +0000 Subject: [PATCH 08/16] Upgrade to Jackson Bom 2.13.5 Closes gh-34245 --- 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 28dc4dfff01..85ca10663fb 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -599,7 +599,7 @@ bom { ] } } - library("Jackson Bom", "2.13.4.20221013") { + library("Jackson Bom", "2.13.5") { group("com.fasterxml.jackson") { imports = [ "jackson-bom" From 1bffa1c74b3e4182c20e37adebc41e4b97b6fe4b Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 20 Feb 2023 13:33:41 +0000 Subject: [PATCH 09/16] Upgrade to Jaybird 4.0.9.java8 Closes gh-34246 --- 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 85ca10663fb..45e237c52b6 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -908,7 +908,7 @@ bom { ] } } - library("Jaybird", "4.0.8.java8") { + library("Jaybird", "4.0.9.java8") { prohibit { endsWith ".java11" } From 93a5883de5e111c80517c2d3287c8170e456043f Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 20 Feb 2023 13:33:47 +0000 Subject: [PATCH 10/16] Upgrade to Lombok 1.18.26 Closes gh-34247 --- 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 45e237c52b6..23aeddc5352 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1187,7 +1187,7 @@ bom { ] } } - library("Lombok", "1.18.24") { + library("Lombok", "1.18.26") { group("org.projectlombok") { modules = [ "lombok" From 37fea2e50f950772936a0e5492ebf2b2aef82a6c Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 20 Feb 2023 13:33:47 +0000 Subject: [PATCH 11/16] Upgrade to Micrometer 1.9.8 Closes gh-34141 --- 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 23aeddc5352..1ebbf8d5840 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1327,7 +1327,7 @@ bom { ] } } - library("Micrometer", "1.9.8-SNAPSHOT") { + library("Micrometer", "1.9.8") { group("io.micrometer") { modules = [ "micrometer-registry-stackdriver" { From eb82798a2951dc147ac6ec74724690dd3ccb193b Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 20 Feb 2023 13:33:52 +0000 Subject: [PATCH 12/16] Upgrade to Netty 4.1.89.Final Closes gh-34248 --- 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 1ebbf8d5840..9d05e8aa195 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1394,7 +1394,7 @@ bom { ] } } - library("Netty", "4.1.87.Final") { + library("Netty", "4.1.89.Final") { group("io.netty") { imports = [ "netty-bom" From 41138e4444a3240f85b81850217239b27b6e1ddf Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 20 Feb 2023 13:33:53 +0000 Subject: [PATCH 13/16] Upgrade to Reactor Bom 2020.0.28 Closes gh-34142 --- 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 9d05e8aa195..904421b44b9 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1486,7 +1486,7 @@ bom { ] } } - library("Reactor Bom", "2020.0.28-SNAPSHOT") { + library("Reactor Bom", "2020.0.28") { group("io.projectreactor") { imports = [ "reactor-bom" From 675e4906af377e99ec064f109e27f24744a5741d Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 20 Feb 2023 13:33:54 +0000 Subject: [PATCH 14/16] Upgrade to Spring Data Bom 2021.2.8 Closes gh-34144 --- 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 904421b44b9..d71310bc61d 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1739,7 +1739,7 @@ bom { ] } } - library("Spring Data Bom", "2021.2.8-SNAPSHOT") { + library("Spring Data Bom", "2021.2.8") { prohibit { versionRange "[2022.0.0-M1,)" because "it uses Spring Framework 6" From 274c392265015a6de4a3f71561f0ede4b9379e91 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 20 Feb 2023 13:33:59 +0000 Subject: [PATCH 15/16] Upgrade to Spring HATEOAS 1.5.3 Closes gh-34249 --- 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 d71310bc61d..1ba76acf3fe 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1769,7 +1769,7 @@ bom { ] } } - library("Spring HATEOAS", "1.5.2") { + library("Spring HATEOAS", "1.5.3") { prohibit { versionRange "[2.0.0-M1,)" because "it uses Spring Framework 6" From bc600265320fc839c9600837adddca1c8746151b Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 20 Feb 2023 13:34:04 +0000 Subject: [PATCH 16/16] Upgrade to Undertow 2.2.23.Final Closes gh-34250 --- 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 1ba76acf3fe..85b2afd3a5d 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1955,7 +1955,7 @@ bom { ] } } - library("Undertow", "2.2.22.Final") { + library("Undertow", "2.2.23.Final") { group("io.undertow") { modules = [ "undertow-core",