From 6511b4b3cfb10270b88186e3fb580f884e252e7c Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 12 Oct 2023 14:46:39 +0100 Subject: [PATCH 01/12] Upgrade to Byte Buddy 1.14.9 Closes gh-37853 --- 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 14e349f9a1..8f2c3e7889 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.8") { + library("Byte Buddy", "1.14.9") { group("net.bytebuddy") { modules = [ "byte-buddy", From 42f6e2ba650d2e0bffd8a920eb2ea3d83465bc54 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 12 Oct 2023 14:46:46 +0100 Subject: [PATCH 02/12] Upgrade to Hibernate 6.2.13.Final Closes gh-37854 --- 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 8f2c3e7889..ab22f69ad7 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -367,7 +367,7 @@ bom { ] } } - library("Hibernate", "6.2.12.Final") { + library("Hibernate", "6.2.13.Final") { group("org.hibernate.orm") { modules = [ "hibernate-agroal", From d1a94a13ef8bf71ecaec1eb98668a7e7525913e3 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 12 Oct 2023 14:46:50 +0100 Subject: [PATCH 03/12] Upgrade to Infinispan 14.0.19.Final Closes gh-37855 --- 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 ab22f69ad7..52b132a25a 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -455,7 +455,7 @@ bom { ] } } - library("Infinispan", "14.0.17.Final") { + library("Infinispan", "14.0.19.Final") { group("org.infinispan") { imports = [ "infinispan-bom" From 8468a2cbf945f6461036bbddfce2726d517551d3 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 12 Oct 2023 14:46:55 +0100 Subject: [PATCH 04/12] Upgrade to Jetty 11.0.17 Closes gh-37856 --- 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 52b132a25a..73ff972a5f 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -668,7 +668,7 @@ bom { ] } } - library("Jetty", "11.0.16") { + library("Jetty", "11.0.17") { group("org.eclipse.jetty") { imports = [ "jetty-bom" From eff7819df7f8f0c77e226b9f264633cf4ed34021 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 12 Oct 2023 14:47:00 +0100 Subject: [PATCH 05/12] Upgrade to jOOQ 3.18.7 Closes gh-37857 --- 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 73ff972a5f..767566bcf7 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -682,7 +682,7 @@ bom { ] } } - library("jOOQ", "3.18.6") { + library("jOOQ", "3.18.7") { group("org.jooq") { modules = [ "jooq", From e4e59e7ea748ce2ea6f95e4eb40c3c6963d45579 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 12 Oct 2023 14:47:01 +0100 Subject: [PATCH 06/12] Upgrade to Micrometer 1.11.5 Closes gh-37693 --- 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 767566bcf7..928a5d2f68 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -977,7 +977,7 @@ bom { ] } } - library("Micrometer", "1.11.5-SNAPSHOT") { + library("Micrometer", "1.11.5") { considerSnapshots() group("io.micrometer") { modules = [ From a46fb519b026b95ce93eecedbcd80fc63c44717a Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 12 Oct 2023 14:47:01 +0100 Subject: [PATCH 07/12] Upgrade to Micrometer Tracing 1.1.6 Closes gh-37694 --- 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 928a5d2f68..df8e6561a2 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -990,7 +990,7 @@ bom { ] } } - library("Micrometer Tracing", "1.1.6-SNAPSHOT") { + library("Micrometer Tracing", "1.1.6") { considerSnapshots() calendarName = "Tracing" group("io.micrometer") { From 4a5e002b22358352cf31f6d5268382ab100408dd Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 12 Oct 2023 14:47:08 +0100 Subject: [PATCH 08/12] Upgrade to Netty 4.1.100.Final Closes gh-37858 --- 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 df8e6561a2..bed6aa68ab 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1059,7 +1059,7 @@ bom { ] } } - library("Netty", "4.1.99.Final") { + library("Netty", "4.1.100.Final") { group("io.netty") { imports = [ "netty-bom" From af6a65c82429648955f1ddcc448f2a2e4e693cc5 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 12 Oct 2023 14:47:14 +0100 Subject: [PATCH 09/12] Upgrade to R2DBC MySQL 1.0.5 Closes gh-37859 --- 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 bed6aa68ab..5bb69cd1b4 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1155,7 +1155,7 @@ bom { ] } } - library("R2DBC MySQL", "1.0.4") { + library("R2DBC MySQL", "1.0.5") { group("io.asyncer") { modules = [ "r2dbc-mysql" From a291e2e2f0a5dc905f7dac0b32126ab06903a7db Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 12 Oct 2023 14:47:14 +0100 Subject: [PATCH 10/12] Upgrade to Reactor Bom 2022.0.12 Closes gh-37695 --- 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 5bb69cd1b4..df6c8651b7 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1215,7 +1215,7 @@ bom { ] } } - library("Reactor Bom", "2022.0.12-SNAPSHOT") { + library("Reactor Bom", "2022.0.12") { considerSnapshots() calendarName = "Reactor" group("io.projectreactor") { From 23869935838434f906aa931c10625c175299b9f9 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 12 Oct 2023 14:47:15 +0100 Subject: [PATCH 11/12] Upgrade to Spring Framework 6.0.13 Closes gh-37816 --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 116001308e..63d71f02ea 100644 --- a/gradle.properties +++ b/gradle.properties @@ -12,7 +12,7 @@ junitJupiterVersion=5.9.3 kotlinVersion=1.8.22 mavenVersion=3.9.4 nativeBuildToolsVersion=0.9.27 -springFrameworkVersion=6.0.13-SNAPSHOT +springFrameworkVersion=6.0.13 tomcatVersion=10.1.13 kotlin.stdlib.default.dependency=false From be082cad7d87678aa06dae38d404eebadb5a9b17 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 12 Oct 2023 14:47:20 +0100 Subject: [PATCH 12/12] Upgrade to Undertow 2.3.9.Final Closes gh-37860 --- 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 df6c8651b7..a936d8d1bd 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1578,7 +1578,7 @@ bom { ] } } - library("Undertow", "2.3.8.Final") { + library("Undertow", "2.3.9.Final") { group("io.undertow") { modules = [ "undertow-core",