From 70c3bceb64d83e6d0d26c1fd947f7525158e8863 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 21 Nov 2023 13:22:43 +0000 Subject: [PATCH 01/19] Upgrade to DB2 JDBC 11.5.9.0 Closes gh-38436 --- 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 3245b6f6a2b..e5ded668c4c 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -178,7 +178,7 @@ bom { ] } } - library("DB2 JDBC", "11.5.8.0") { + library("DB2 JDBC", "11.5.9.0") { group("com.ibm.db2") { modules = [ "jcc" From 85e55fee9ca633efec505a3da32c56b431369b3b Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 21 Nov 2023 13:22:48 +0000 Subject: [PATCH 02/19] Upgrade to Dropwizard Metrics 4.2.22 Closes gh-38437 --- 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 e5ded668c4c..6e32dc0c37b 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -204,7 +204,7 @@ bom { ] } } - library("Dropwizard Metrics", "4.2.21") { + library("Dropwizard Metrics", "4.2.22") { group("io.dropwizard.metrics") { imports = [ "metrics-bom" From fb3f97a4fad4a90d3bf8c81a1d6c2ff1fb68cf3a Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 21 Nov 2023 13:22:52 +0000 Subject: [PATCH 03/19] Upgrade to Glassfish JAXB 4.0.4 Closes gh-38438 --- 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 6e32dc0c37b..662fb599363 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -270,7 +270,7 @@ bom { ] } } - library("Glassfish JAXB", "4.0.3") { + library("Glassfish JAXB", "4.0.4") { group("org.glassfish.jaxb") { imports = [ "jaxb-bom" From 88683496dfc40cac6acbccf6644adfa5675d4429 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 21 Nov 2023 13:22:57 +0000 Subject: [PATCH 04/19] Upgrade to Infinispan 14.0.21.Final Closes gh-38439 --- 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 662fb599363..9bd3aa053f0 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -431,7 +431,7 @@ bom { ] } } - library("Infinispan", "14.0.19.Final") { + library("Infinispan", "14.0.21.Final") { group("org.infinispan") { imports = [ "infinispan-bom" From 1dc908e8bc1906dc5dcb4fb95de981c543eea2c8 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 21 Nov 2023 13:23:02 +0000 Subject: [PATCH 05/19] Upgrade to Jakarta Json 2.1.3 Closes gh-38440 --- 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 9bd3aa053f0..86164290863 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -473,7 +473,7 @@ bom { ] } } - library("Jakarta Json", "2.1.2") { + library("Jakarta Json", "2.1.3") { group("jakarta.json") { modules = [ "jakarta.json-api" From 77ced558433d0406e54669276e78037de6b99a6b Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 21 Nov 2023 13:23:06 +0000 Subject: [PATCH 06/19] Upgrade to Jakarta XML SOAP 3.0.1 Closes gh-38441 --- 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 86164290863..f16b7120410 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -558,7 +558,7 @@ bom { ] } } - library("Jakarta XML SOAP", "3.0.0") { + library("Jakarta XML SOAP", "3.0.1") { group("jakarta.xml.soap") { modules = [ "jakarta.xml.soap-api" From ef5fe58a42eed057aa3acab33e4c3fbb418b8d6b Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 21 Nov 2023 13:23:11 +0000 Subject: [PATCH 07/19] Upgrade to Jakarta XML WS 4.0.1 Closes gh-38442 --- 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 f16b7120410..a41c44075df 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -565,7 +565,7 @@ bom { ] } } - library("Jakarta XML WS", "4.0.0") { + library("Jakarta XML WS", "4.0.1") { group("jakarta.xml.ws") { modules = [ "jakarta.xml.ws-api" From d2e08c84ed579c5599bba56d2e7063553a33f021 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 21 Nov 2023 13:23:16 +0000 Subject: [PATCH 08/19] Upgrade to Jetty Reactive HTTPClient 3.0.10 Closes gh-38443 --- 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 a41c44075df..8a0e934e90d 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -637,7 +637,7 @@ bom { ] } } - library("Jetty Reactive HTTPClient", "3.0.9") { + library("Jetty Reactive HTTPClient", "3.0.10") { group("org.eclipse.jetty") { modules = [ "jetty-reactive-httpclient" From 9c2059665008985376e62fd6470ce09168ae302b Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 21 Nov 2023 13:23:21 +0000 Subject: [PATCH 09/19] Upgrade to Jetty 11.0.18 Closes gh-38444 --- 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 8a0e934e90d..152b31791f1 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -644,7 +644,7 @@ bom { ] } } - library("Jetty", "11.0.17") { + library("Jetty", "11.0.18") { group("org.eclipse.jetty") { imports = [ "jetty-bom" From c8a53a640d0b47a3b9c94f7b912fc4903a5d0c81 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 21 Nov 2023 13:23:26 +0000 Subject: [PATCH 10/19] Upgrade to Lettuce 6.2.7.RELEASE Closes gh-38445 --- 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 152b31791f1..a57e21eb084 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -775,7 +775,7 @@ bom { ] } } - library("Lettuce", "6.2.6.RELEASE") { + library("Lettuce", "6.2.7.RELEASE") { group("io.lettuce") { modules = [ "lettuce-core" From 079e0b10119b72a397506c43727baf075dfbb00e Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 21 Nov 2023 13:23:30 +0000 Subject: [PATCH 11/19] Upgrade to Native Build Tools Plugin 0.9.28 Closes gh-38446 --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index e59a30d77f3..49bb3770b34 100644 --- a/gradle.properties +++ b/gradle.properties @@ -11,7 +11,7 @@ jacksonVersion=2.14.3 junitJupiterVersion=5.9.3 kotlinVersion=1.7.22 mavenVersion=3.9.4 -nativeBuildToolsVersion=0.9.27 +nativeBuildToolsVersion=0.9.28 springFrameworkVersion=6.0.14 tomcatVersion=10.1.15 From 76c72f6621689bc7d74686e42b082a5b899dab61 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 21 Nov 2023 13:23:35 +0000 Subject: [PATCH 12/19] Upgrade to Netty 4.1.101.Final Closes gh-38447 --- 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 a57e21eb084..4587126746d 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1031,7 +1031,7 @@ bom { ] } } - library("Netty", "4.1.100.Final") { + library("Netty", "4.1.101.Final") { group("io.netty") { imports = [ "netty-bom" From a0b1b4641a1c0d5f439db4bb8edfa41d46f7bf56 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 21 Nov 2023 13:23:40 +0000 Subject: [PATCH 13/19] Upgrade to SAAJ Impl 3.0.3 Closes gh-38448 --- 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 4587126746d..f8f496fb60f 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1275,7 +1275,7 @@ bom { ] } } - library("SAAJ Impl", "3.0.2") { + library("SAAJ Impl", "3.0.3") { group("com.sun.xml.messaging.saaj") { modules = [ "saaj-impl" From 420091b9c8e8b940ef251eec698c1f149ab9dbf5 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 21 Nov 2023 13:23:41 +0000 Subject: [PATCH 14/19] Upgrade to Spring Data Bom 2022.0.12 Closes gh-38293 --- 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 f8f496fb60f..916fb80876f 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1363,7 +1363,7 @@ bom { ] } } - library("Spring Data Bom", "2022.0.12-SNAPSHOT") { + library("Spring Data Bom", "2022.0.12") { considerSnapshots() calendarName = "Spring Data Release" group("org.springframework.data") { From a37566fd86d1a56f9edb5c944de31a70c33b7449 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 21 Nov 2023 13:23:41 +0000 Subject: [PATCH 15/19] Upgrade to Spring Integration 6.0.9 Closes gh-38295 --- 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 916fb80876f..e62597caa13 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1397,7 +1397,7 @@ bom { ] } } - library("Spring Integration", "6.0.9-SNAPSHOT") { + library("Spring Integration", "6.0.9") { considerSnapshots() group("org.springframework.integration") { imports = [ From e559159f0417170f5fbf5cb27bb3780536e501ab Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 21 Nov 2023 13:23:42 +0000 Subject: [PATCH 16/19] Upgrade to Spring Kafka 3.0.13 Closes gh-38369 --- 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 e62597caa13..f58175312b6 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1405,7 +1405,7 @@ bom { ] } } - library("Spring Kafka", "3.0.13-SNAPSHOT") { + library("Spring Kafka", "3.0.13") { considerSnapshots() group("org.springframework.kafka") { modules = [ From 741905e2942cbf04bb9c3a8bf39a58bb87bd6d51 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 21 Nov 2023 13:23:47 +0000 Subject: [PATCH 17/19] Upgrade to Spring RESTDocs 3.0.1 Closes gh-38449 --- 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 f58175312b6..3c4ebeab8c0 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1425,7 +1425,7 @@ bom { ] } } - library("Spring RESTDocs", "3.0.0") { + library("Spring RESTDocs", "3.0.1") { considerSnapshots() group("org.springframework.restdocs") { imports = [ From cec5c22fb1fe45d451085c82208074ed77d10f10 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 21 Nov 2023 13:23:47 +0000 Subject: [PATCH 18/19] Upgrade to Spring WS 4.0.8 Closes gh-38296 --- 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 3c4ebeab8c0..81dc78e534e 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1461,7 +1461,7 @@ bom { ] } } - library("Spring WS", "4.0.8-SNAPSHOT") { + library("Spring WS", "4.0.8") { considerSnapshots() group("org.springframework.ws") { imports = [ From 3ca20a78495f95213fd099d34ac817e533f27a8e Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 21 Nov 2023 13:23:52 +0000 Subject: [PATCH 19/19] Upgrade to Tomcat 10.1.16 Closes gh-38450 --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 49bb3770b34..6c77080a288 100644 --- a/gradle.properties +++ b/gradle.properties @@ -13,6 +13,6 @@ kotlinVersion=1.7.22 mavenVersion=3.9.4 nativeBuildToolsVersion=0.9.28 springFrameworkVersion=6.0.14 -tomcatVersion=10.1.15 +tomcatVersion=10.1.16 kotlin.stdlib.default.dependency=false