From 3f7847aec352b18dca5a1885770ae8d4445e7032 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 12 Oct 2023 13:33:18 +0100 Subject: [PATCH 1/9] Upgrade to Infinispan 14.0.19.Final Closes gh-37846 --- 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 c3ca364d7de..f1d2bf0398e 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -433,7 +433,7 @@ bom { ] } } - library("Infinispan", "14.0.17.Final") { + library("Infinispan", "14.0.19.Final") { group("org.infinispan") { imports = [ "infinispan-bom" From 811f4a1ec7961900e577ac6970e151960c56f18a Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 12 Oct 2023 13:33:23 +0100 Subject: [PATCH 2/9] Upgrade to Jetty 11.0.17 Closes gh-37847 --- 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 f1d2bf0398e..b8885d573ec 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -646,7 +646,7 @@ bom { ] } } - library("Jetty", "11.0.16") { + library("Jetty", "11.0.17") { group("org.eclipse.jetty") { imports = [ "jetty-bom" From 9fb3f8bed6df3af3aa34a4049976038e823a7605 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 12 Oct 2023 13:33:28 +0100 Subject: [PATCH 3/9] Upgrade to jOOQ 3.17.16 Closes gh-37848 --- 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 b8885d573ec..85692e916c2 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -660,7 +660,7 @@ bom { ] } } - library("jOOQ", "3.17.15") { + library("jOOQ", "3.17.16") { group("org.jooq") { modules = [ "jooq", From 3e5cfce17de361ba494fe1d187506df8d5b0c6ff Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 12 Oct 2023 13:33:28 +0100 Subject: [PATCH 4/9] Upgrade to Micrometer 1.10.12 Closes gh-37678 --- 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 85692e916c2..1e452775081 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -951,7 +951,7 @@ bom { ] } } - library("Micrometer", "1.10.12-SNAPSHOT") { + library("Micrometer", "1.10.12") { considerSnapshots() group("io.micrometer") { modules = [ From 9dfc512bd4813a9a84e0b2d49f845bbae5a030f9 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 12 Oct 2023 13:33:29 +0100 Subject: [PATCH 5/9] Upgrade to Micrometer Tracing 1.0.11 Closes gh-37679 --- 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 1e452775081..78dc3d61075 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -964,7 +964,7 @@ bom { ] } } - library("Micrometer Tracing", "1.0.11-SNAPSHOT") { + library("Micrometer Tracing", "1.0.11") { considerSnapshots() calendarName = "Tracing" group("io.micrometer") { From cabb20fad33d55fb5567dc3c1b513cfef48d1a6e Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 12 Oct 2023 13:33:35 +0100 Subject: [PATCH 6/9] Upgrade to Netty 4.1.100.Final Closes gh-37849 --- 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 78dc3d61075..1d1c2559cfc 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1033,7 +1033,7 @@ bom { ] } } - library("Netty", "4.1.99.Final") { + library("Netty", "4.1.100.Final") { group("io.netty") { imports = [ "netty-bom" From 9612a24ff3528ec8455b55e1677abcd01a953786 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 12 Oct 2023 13:33:36 +0100 Subject: [PATCH 7/9] Upgrade to Reactor Bom 2022.0.12 Closes gh-37680 --- 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 1d1c2559cfc..b209520e02e 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1168,7 +1168,7 @@ bom { ] } } - library("Reactor Bom", "2022.0.12-SNAPSHOT") { + library("Reactor Bom", "2022.0.12") { considerSnapshots() calendarName = "Reactor" group("io.projectreactor") { From 0d07f941ec803bc408b3f1bdc51ecc7f29658224 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 12 Oct 2023 13:33:36 +0100 Subject: [PATCH 8/9] Upgrade to Spring Framework 6.0.13 Closes gh-37814 --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index bf5e07063eb..0e210383531 100644 --- a/gradle.properties +++ b/gradle.properties @@ -12,7 +12,7 @@ junitJupiterVersion=5.9.3 kotlinVersion=1.7.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 6a7fc6bee8698a7d0cf8079548ca0d2856beb2d1 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 12 Oct 2023 13:33:41 +0100 Subject: [PATCH 9/9] Upgrade to Undertow 2.3.9.Final Closes gh-37850 --- 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 b209520e02e..549c43ae1c8 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1531,7 +1531,7 @@ bom { ] } } - library("Undertow", "2.3.8.Final") { + library("Undertow", "2.3.9.Final") { group("io.undertow") { modules = [ "undertow-core",