From f71e5c829854c3744499f4ffc72b2213d3a782af Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 11 Jun 2024 13:24:42 +0100 Subject: [PATCH 01/12] Upgrade to Byte Buddy 1.14.17 Closes gh-41054 --- 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 387987183cc..484b92ba98e 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -123,7 +123,7 @@ bom { ] } } - library("Byte Buddy", "1.14.16") { + library("Byte Buddy", "1.14.17") { group("net.bytebuddy") { modules = [ "byte-buddy", From 60e02f83d87710bf412c71c2d07e523a10127fa0 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 11 Jun 2024 13:24:47 +0100 Subject: [PATCH 02/12] Upgrade to Dropwizard Metrics 4.2.26 Closes gh-41055 --- 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 484b92ba98e..9696a31ca03 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -247,7 +247,7 @@ bom { ] } } - library("Dropwizard Metrics", "4.2.25") { + library("Dropwizard Metrics", "4.2.26") { group("io.dropwizard.metrics") { imports = [ "metrics-bom" From a51102319f29fb5a5b96053c007aa391ff74ec5d Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 11 Jun 2024 13:24:52 +0100 Subject: [PATCH 03/12] Upgrade to FreeMarker 2.3.33 Closes gh-41056 --- 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 9696a31ca03..08440508076 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -300,7 +300,7 @@ bom { ] } } - library("FreeMarker", "2.3.32") { + library("FreeMarker", "2.3.33") { group("org.freemarker") { modules = [ "freemarker" From c703dbad1ea2fc44d812a575d4998b804d735495 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 11 Jun 2024 13:24:56 +0100 Subject: [PATCH 04/12] Upgrade to HSQLDB 2.7.3 Closes gh-41057 --- 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 08440508076..14a153690a6 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -413,7 +413,7 @@ bom { ] } } - library("HSQLDB", "2.7.2") { + library("HSQLDB", "2.7.3") { group("org.hsqldb") { modules = [ "hsqldb" From 62008fe6d542061af86bdb426491e4b09a0ae8b2 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 11 Jun 2024 13:25:01 +0100 Subject: [PATCH 05/12] Upgrade to Jersey 3.1.7 Closes gh-41058 --- 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 14a153690a6..70690023d5e 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -664,7 +664,7 @@ bom { ] } } - library("Jersey", "3.1.6") { + library("Jersey", "3.1.7") { group("org.glassfish.jersey") { imports = [ "jersey-bom" From db7efbbe82d9e0fda4037e5257e8ec37a592a983 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 11 Jun 2024 13:25:06 +0100 Subject: [PATCH 06/12] Upgrade to Jetty Reactive HTTPClient 4.0.5 Closes gh-41059 --- 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 70690023d5e..a9cc6d5d8f6 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -671,7 +671,7 @@ bom { ] } } - library("Jetty Reactive HTTPClient", "4.0.4") { + library("Jetty Reactive HTTPClient", "4.0.5") { group("org.eclipse.jetty") { modules = [ "jetty-reactive-httpclient" From 6e95529eb3287327a26a64da3ec7e27b50ff7b03 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 11 Jun 2024 13:25:10 +0100 Subject: [PATCH 07/12] Upgrade to Jetty 12.0.10 Closes gh-41060 --- 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 a9cc6d5d8f6..5c9bf220193 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -678,7 +678,7 @@ bom { ] } } - library("Jetty", "12.0.9") { + library("Jetty", "12.0.10") { group("org.eclipse.jetty.ee10") { imports = [ "jetty-ee10-bom" From 8628fc8831da6d303dae5a92c2751fb83e95bad9 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 11 Jun 2024 13:25:15 +0100 Subject: [PATCH 08/12] Upgrade to jOOQ 3.18.16 Closes gh-41061 --- 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 5c9bf220193..f600cff083a 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -697,7 +697,7 @@ bom { ] } } - library("jOOQ", "3.18.15") { + library("jOOQ", "3.18.16") { group("org.jooq") { modules = [ "jooq", From 42de5506c8c73f3b138d0ac6e08705dd30921504 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 11 Jun 2024 13:25:19 +0100 Subject: [PATCH 09/12] Upgrade to Maven Help Plugin 3.4.1 Closes gh-41062 --- 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 f600cff083a..b3690559473 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -925,7 +925,7 @@ bom { ] } } - library("Maven Help Plugin", "3.4.0") { + library("Maven Help Plugin", "3.4.1") { group("org.apache.maven.plugins") { plugins = [ "maven-help-plugin" From 428a6248f2586b1117b9c995526dfd10e99f940a Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 11 Jun 2024 13:25:20 +0100 Subject: [PATCH 10/12] Upgrade to Micrometer 1.12.7 Closes gh-41015 --- 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 b3690559473..ebe9d2219f7 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -995,7 +995,7 @@ bom { ] } } - library("Micrometer", "1.12.7-SNAPSHOT") { + library("Micrometer", "1.12.7") { considerSnapshots() group("io.micrometer") { modules = [ From 11835d1c967ddcd8c75260af253173bb338e3359 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 11 Jun 2024 13:25:20 +0100 Subject: [PATCH 11/12] Upgrade to Micrometer Tracing 1.2.7 Closes gh-41027 --- 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 ebe9d2219f7..6fd0ab3cca3 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1008,7 +1008,7 @@ bom { ] } } - library("Micrometer Tracing", "1.2.7-SNAPSHOT") { + library("Micrometer Tracing", "1.2.7") { considerSnapshots() group("io.micrometer") { imports = [ From 20fbe74dfeacecfd324dcb230938f5c8a59dcc55 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 11 Jun 2024 13:25:25 +0100 Subject: [PATCH 12/12] Upgrade to Netty 4.1.111.Final Closes gh-41063 --- 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 6fd0ab3cca3..07da2b5bc06 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1082,7 +1082,7 @@ bom { ] } } - library("Netty", "4.1.110.Final") { + library("Netty", "4.1.111.Final") { group("io.netty") { imports = [ "netty-bom"