From a440a4f0245ce045d8f66cd5fdd36da1e273e9ba Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 21 Nov 2023 15:33:17 +0000 Subject: [PATCH 01/22] Upgrade to ActiveMQ 5.18.3 Closes gh-38452 --- 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 df19bec3d90..1741bfd1cdc 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -14,7 +14,7 @@ bom { issueLabels = ["type: dependency-upgrade"] } } - library("ActiveMQ", "5.18.2") { + library("ActiveMQ", "5.18.3") { group("org.apache.activemq") { modules = [ "activemq-amqp", From d64f76c65795830db1a27c3fd56672a8a9a40b5b Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 21 Nov 2023 15:33:22 +0000 Subject: [PATCH 02/22] Upgrade to Byte Buddy 1.14.10 Closes gh-38453 --- 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 1741bfd1cdc..f51c7e66143 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.9") { + library("Byte Buddy", "1.14.10") { group("net.bytebuddy") { modules = [ "byte-buddy", From 360b9a98c79029ed5ef3930494df1df4f7a50d4a Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 21 Nov 2023 15:33:27 +0000 Subject: [PATCH 03/22] Upgrade to DB2 JDBC 11.5.9.0 Closes gh-38454 --- 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 f51c7e66143..9fce95ab477 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -214,7 +214,7 @@ bom { ] } } - library("DB2 JDBC", "11.5.8.0") { + library("DB2 JDBC", "11.5.9.0") { group("com.ibm.db2") { modules = [ "jcc" From 646a369c6fa64488762659d61e6f809a83d3850a Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 21 Nov 2023 15:33:32 +0000 Subject: [PATCH 04/22] Upgrade to Dropwizard Metrics 4.2.22 Closes gh-38455 --- 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 9fce95ab477..0e159d246bd 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -240,7 +240,7 @@ bom { ] } } - library("Dropwizard Metrics", "4.2.21") { + library("Dropwizard Metrics", "4.2.22") { group("io.dropwizard.metrics") { imports = [ "metrics-bom" From 3000cfd67ee9feed7d99d93da27442bc9fbdef75 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 21 Nov 2023 15:33:36 +0000 Subject: [PATCH 05/22] Upgrade to Glassfish JAXB 4.0.4 Closes gh-38456 --- 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 0e159d246bd..bc8de0009dc 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -306,7 +306,7 @@ bom { ] } } - library("Glassfish JAXB", "4.0.3") { + library("Glassfish JAXB", "4.0.4") { group("org.glassfish.jaxb") { imports = [ "jaxb-bom" From d23abf6e1cb58e7f65f27656ff73e42b93575db0 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 21 Nov 2023 15:33:41 +0000 Subject: [PATCH 06/22] Upgrade to Infinispan 14.0.21.Final Closes gh-38457 --- 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 bc8de0009dc..e66b27e3117 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -453,7 +453,7 @@ bom { ] } } - library("Infinispan", "14.0.19.Final") { + library("Infinispan", "14.0.21.Final") { group("org.infinispan") { imports = [ "infinispan-bom" From fe7b2954ecff99f118529076205fe4b0643fa934 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 21 Nov 2023 15:33:46 +0000 Subject: [PATCH 07/22] Upgrade to Jakarta Json 2.1.3 Closes gh-38458 --- 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 e66b27e3117..f670752de1c 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -495,7 +495,7 @@ bom { ] } } - library("Jakarta Json", "2.1.2") { + library("Jakarta Json", "2.1.3") { group("jakarta.json") { modules = [ "jakarta.json-api" From 21f17488b7e6e9ec8c84bf67b4b76e00e716e2e4 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 21 Nov 2023 15:33:51 +0000 Subject: [PATCH 08/22] Upgrade to Jakarta XML SOAP 3.0.1 Closes gh-38459 --- 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 f670752de1c..2603e173881 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -580,7 +580,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 3b4bfef2dc53d4334cf222f48e2d5b3287231cb6 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 21 Nov 2023 15:33:56 +0000 Subject: [PATCH 09/22] Upgrade to Jakarta XML WS 4.0.1 Closes gh-38460 --- 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 2603e173881..edf730c5c6c 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -587,7 +587,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 b9e4f620033c59ee50525e1bb880ace043c467f9 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 21 Nov 2023 15:34:01 +0000 Subject: [PATCH 10/22] Upgrade to Jetty Reactive HTTPClient 3.0.10 Closes gh-38461 --- 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 edf730c5c6c..e37b3877e67 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -659,7 +659,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 132fc74410ce5e451b8708082a74855284f478d5 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 21 Nov 2023 15:34:06 +0000 Subject: [PATCH 11/22] Upgrade to Jetty 11.0.18 Closes gh-38462 --- 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 e37b3877e67..a5d3af3ad31 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -666,7 +666,7 @@ bom { ] } } - library("Jetty", "11.0.17") { + library("Jetty", "11.0.18") { group("org.eclipse.jetty") { imports = [ "jetty-bom" From 104819ffb0344b855ab872ab1ebfa72609a40374 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 21 Nov 2023 15:34:11 +0000 Subject: [PATCH 12/22] Upgrade to Lettuce 6.2.7.RELEASE Closes gh-38463 --- 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 a5d3af3ad31..8eda9b38f01 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -797,7 +797,7 @@ bom { ] } } - library("Lettuce", "6.2.6.RELEASE") { + library("Lettuce", "6.2.7.RELEASE") { group("io.lettuce") { modules = [ "lettuce-core" From 505b0f6387892968ef3c703a6ca22d129f2ca54d Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 21 Nov 2023 15:34:16 +0000 Subject: [PATCH 13/22] Upgrade to Native Build Tools Plugin 0.9.28 Closes gh-38464 --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index c103c13393c..254abccedda 100644 --- a/gradle.properties +++ b/gradle.properties @@ -11,7 +11,7 @@ jacksonVersion=2.15.3 junitJupiterVersion=5.9.3 kotlinVersion=1.8.22 mavenVersion=3.9.4 -nativeBuildToolsVersion=0.9.27 +nativeBuildToolsVersion=0.9.28 springFrameworkVersion=6.0.14 tomcatVersion=10.1.15 From d26b76c64745626d5d9f52c309b98f8fde1c9630 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 21 Nov 2023 15:34:20 +0000 Subject: [PATCH 14/22] Upgrade to Netty 4.1.101.Final Closes gh-38465 --- 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 8eda9b38f01..8b68396d619 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1057,7 +1057,7 @@ bom { ] } } - library("Netty", "4.1.100.Final") { + library("Netty", "4.1.101.Final") { group("io.netty") { imports = [ "netty-bom" From 3f5ff16946e385bb6b557df8cc4995f119b8b5f8 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 21 Nov 2023 15:34:25 +0000 Subject: [PATCH 15/22] Upgrade to Pooled JMS 3.1.5 Closes gh-38466 --- 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 8b68396d619..e87cafd5205 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1092,7 +1092,7 @@ bom { ] } } - library("Pooled JMS", "3.1.4") { + library("Pooled JMS", "3.1.5") { group("org.messaginghub") { modules = [ "pooled-jms" From 71e85f54e009ad888493fe53421bcfe11bb4b4fa Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 21 Nov 2023 15:34:30 +0000 Subject: [PATCH 16/22] Upgrade to SAAJ Impl 3.0.3 Closes gh-38467 --- 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 e87cafd5205..974639ce311 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1326,7 +1326,7 @@ bom { ] } } - library("SAAJ Impl", "3.0.2") { + library("SAAJ Impl", "3.0.3") { group("com.sun.xml.messaging.saaj") { modules = [ "saaj-impl" From 5dd402af5cf7aa1c684c9ccc106ee34032811869 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 21 Nov 2023 15:34:31 +0000 Subject: [PATCH 17/22] Upgrade to Spring Data Bom 2023.0.6 Closes gh-38300 --- 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 974639ce311..c619affdfbb 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1402,7 +1402,7 @@ bom { ] } } - library("Spring Data Bom", "2023.0.6-SNAPSHOT") { + library("Spring Data Bom", "2023.0.6") { considerSnapshots() calendarName = "Spring Data Release" group("org.springframework.data") { From 6d0500b277282e3034effa3679f48a9010872113 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 21 Nov 2023 15:34:31 +0000 Subject: [PATCH 18/22] Upgrade to Spring GraphQL 1.2.4 Closes gh-38302 --- 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 c619affdfbb..15a5cf947aa 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1420,7 +1420,7 @@ bom { ] } } - library("Spring GraphQL", "1.2.4-SNAPSHOT") { + library("Spring GraphQL", "1.2.4") { considerSnapshots() group("org.springframework.graphql") { modules = [ From ac873ea796893227265f1127499020e0818c01f4 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 21 Nov 2023 15:34:32 +0000 Subject: [PATCH 19/22] Upgrade to Spring Kafka 3.0.13 Closes gh-38370 --- 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 15a5cf947aa..dcf615bfa44 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1445,7 +1445,7 @@ bom { ] } } - library("Spring Kafka", "3.0.13-SNAPSHOT") { + library("Spring Kafka", "3.0.13") { considerSnapshots() group("org.springframework.kafka") { modules = [ From 71a65019d6f1b1adf1c9a60816f40d6b1b86f313 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 21 Nov 2023 15:34:37 +0000 Subject: [PATCH 20/22] Upgrade to Spring RESTDocs 3.0.1 Closes gh-38468 --- 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 dcf615bfa44..2fc7097e163 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1465,7 +1465,7 @@ bom { ] } } - library("Spring RESTDocs", "3.0.0") { + library("Spring RESTDocs", "3.0.1") { considerSnapshots() group("org.springframework.restdocs") { imports = [ From 09a15cbf1b0cc82d43976ca0aa1d00707033a0e1 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 21 Nov 2023 15:34:37 +0000 Subject: [PATCH 21/22] Upgrade to Spring WS 4.0.8 Closes gh-38304 --- 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 2fc7097e163..6f609161868 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1501,7 +1501,7 @@ bom { ] } } - library("Spring WS", "4.0.8-SNAPSHOT") { + library("Spring WS", "4.0.8") { considerSnapshots() group("org.springframework.ws") { imports = [ From 5fa57483d136d191a28610d7eb15e70b5b4122b6 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 21 Nov 2023 15:34:43 +0000 Subject: [PATCH 22/22] Upgrade to Tomcat 10.1.16 Closes gh-38469 --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 254abccedda..0e6ac857149 100644 --- a/gradle.properties +++ b/gradle.properties @@ -13,6 +13,6 @@ kotlinVersion=1.8.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