From f9023c113003110e18bc95f80a1070de25afc175 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 9 Jul 2024 11:15:53 +0100 Subject: [PATCH 01/11] Upgrade to Byte Buddy 1.14.18 Closes gh-41361 --- 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 7929629d31f..4256956d672 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.17") { + library("Byte Buddy", "1.14.18") { group("net.bytebuddy") { modules = [ "byte-buddy", From 1bc7e22f955c0852cfcd46f38ce325cd4f08f0be Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 9 Jul 2024 11:15:57 +0100 Subject: [PATCH 02/11] Upgrade to Dependency Management Plugin 1.1.6 Closes gh-41362 --- 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 4256956d672..b4d4bfd8e10 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -228,7 +228,7 @@ bom { ] } } - library("Dependency Management Plugin", "1.1.5") { + library("Dependency Management Plugin", "1.1.6") { group("io.spring.gradle") { modules = [ "dependency-management-plugin" From 54fd4d2e9e3038a05d9a4db05eae6b24fcc742fe Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 9 Jul 2024 11:16:02 +0100 Subject: [PATCH 03/11] Upgrade to Groovy 4.0.22 Closes gh-41363 --- 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 b4d4bfd8e10..e21bff5acb2 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -344,7 +344,7 @@ bom { ] } } - library("Groovy", "4.0.21") { + library("Groovy", "4.0.22") { group("org.apache.groovy") { imports = [ "groovy-bom" From 73416ee0e3f53b98d2bc02d25541441027775bef Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 9 Jul 2024 11:16:06 +0100 Subject: [PATCH 04/11] Upgrade to HttpCore5 5.2.5 Closes gh-41364 --- 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 e21bff5acb2..69b3d6dd276 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -461,7 +461,7 @@ bom { ] } } - library("HttpCore5", "5.2.4") { + library("HttpCore5", "5.2.5") { group("org.apache.httpcomponents.core5") { modules = [ "httpcore5", From d79ee604ff5ddc62deec0f3a578bc4a8a04cbd82 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 9 Jul 2024 11:16:11 +0100 Subject: [PATCH 05/11] Upgrade to Jetty 12.0.11 Closes gh-41365 --- 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 69b3d6dd276..c7d34d1c70b 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -687,7 +687,7 @@ bom { ] } } - library("Jetty", "12.0.10") { + library("Jetty", "12.0.11") { group("org.eclipse.jetty.ee10") { imports = [ "jetty-ee10-bom" From d57b41436bffd60f24840ab7cc4cf61e3fedec0f Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 9 Jul 2024 11:16:15 +0100 Subject: [PATCH 06/11] Upgrade to JsonAssert 1.5.3 Closes gh-41366 --- 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 c7d34d1c70b..11d6d527c76 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -734,7 +734,7 @@ bom { ] } } - library("JsonAssert", "1.5.1") { + library("JsonAssert", "1.5.3") { group("org.skyscreamer") { modules = [ "jsonassert" From a33ff8c5354c36953a247a73b02dd910fd755f3e Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 9 Jul 2024 11:16:20 +0100 Subject: [PATCH 07/11] Upgrade to JUnit Jupiter 5.10.3 Closes gh-41367 --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 149325286fb..73866bddc1c 100644 --- a/gradle.properties +++ b/gradle.properties @@ -9,7 +9,7 @@ commonsCodecVersion=1.16.1 commonsCompressVersion=1.21 hamcrestVersion=2.2 jacksonVersion=2.15.4 -junitJupiterVersion=5.10.2 +junitJupiterVersion=5.10.3 kotlinVersion=1.9.24 mavenVersion=3.9.4 nativeBuildToolsVersion=0.9.28 From 9655e52cb1b61eaf647884cb809a652c0670b72e Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 9 Jul 2024 11:16:24 +0100 Subject: [PATCH 08/11] Upgrade to Lombok 1.18.34 Closes gh-41368 --- 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 11d6d527c76..01e4cd0ecf0 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -864,7 +864,7 @@ bom { ] } } - library("Lombok", "1.18.32") { + library("Lombok", "1.18.34") { group("org.projectlombok") { modules = [ "lombok" From 95f7c33f42e9345ed2bdb9e3b8a489990311f2f3 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 9 Jul 2024 11:16:25 +0100 Subject: [PATCH 09/11] Upgrade to Micrometer 1.12.8 Closes gh-41292 --- 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 01e4cd0ecf0..d2bf445cada 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1004,7 +1004,7 @@ bom { ] } } - library("Micrometer", "1.12.8-SNAPSHOT") { + library("Micrometer", "1.12.8") { considerSnapshots() group("io.micrometer") { modules = [ From 430ae41ee39fb54834dcd3d351aefc3f67ba68b7 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 9 Jul 2024 11:16:25 +0100 Subject: [PATCH 10/11] Upgrade to Micrometer Tracing 1.2.8 Closes gh-41293 --- 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 d2bf445cada..f412783f90c 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1017,7 +1017,7 @@ bom { ] } } - library("Micrometer Tracing", "1.2.8-SNAPSHOT") { + library("Micrometer Tracing", "1.2.8") { considerSnapshots() group("io.micrometer") { imports = [ From c05a40f180d3a6048ad2099b16039373624348eb Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 9 Jul 2024 11:25:39 +0100 Subject: [PATCH 11/11] Upgrade to Neo4j Java Driver 5.22.0 Closes gh-41370 --- spring-boot-project/spring-boot-dependencies/build.gradle | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot-dependencies/build.gradle b/spring-boot-project/spring-boot-dependencies/build.gradle index f412783f90c..01befe38c2f 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1078,7 +1078,7 @@ bom { ] } } - library("Neo4j Java Driver", "5.21.0") { + library("Neo4j Java Driver", "5.22.0") { alignWith { version { from "org.springframework.data:spring-data-neo4j" @@ -1766,6 +1766,10 @@ bom { } } library("Undertow", "2.3.13.Final") { + prohibit { + versionRange "[2.3.14.Final]" + because "it contains a regression (https://issues.redhat.com/browse/UNDERTOW-2420)" + } group("io.undertow") { modules = [ "undertow-core",