From d437270e87f01196bedb94c995b5ea056aee5796 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 21 Nov 2023 12:52:05 +0000 Subject: [PATCH 01/11] Upgrade to ActiveMQ 5.16.7 Closes gh-38427 --- 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 14bc480200d..865619b3329 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.16.6") { + library("ActiveMQ", "5.16.7") { prohibit { versionRange "[5.17.0,)" because "it requires Java 11" From c7c4ed3a129841fc6fcc573f7ce64070b074d02a Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 21 Nov 2023 12:52:11 +0000 Subject: [PATCH 02/11] Upgrade to DB2 JDBC 11.5.9.0 Closes gh-38428 --- 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 865619b3329..63fe9b1ce04 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -243,7 +243,7 @@ bom { ] } } - library("DB2 JDBC", "11.5.8.0") { + library("DB2 JDBC", "11.5.9.0") { group("com.ibm.db2") { modules = [ "jcc" From 7c504394f41aa7ce0bd2e5473693e1813e34e012 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 21 Nov 2023 12:52:15 +0000 Subject: [PATCH 03/11] Upgrade to Dropwizard Metrics 4.2.22 Closes gh-38429 --- 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 63fe9b1ce04..de685cf1736 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -272,7 +272,7 @@ bom { ] } } - library("Dropwizard Metrics", "4.2.21") { + library("Dropwizard Metrics", "4.2.22") { group("io.dropwizard.metrics") { imports = [ "metrics-bom" From 296af5f461de6b816bfcd9f9890c285790e277dd Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 21 Nov 2023 12:52:20 +0000 Subject: [PATCH 04/11] Upgrade to Elasticsearch 7.17.15 Closes gh-38430 --- 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 de685cf1736..ddd7b7ed7ed 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -295,7 +295,7 @@ bom { ] } } - library("Elasticsearch", "7.17.14") { + library("Elasticsearch", "7.17.15") { group("org.elasticsearch") { modules = [ "elasticsearch" From 95149822a5d98b299b28f9341087faaf7c373139 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 21 Nov 2023 12:52:25 +0000 Subject: [PATCH 05/11] Upgrade to Glassfish JAXB 2.3.9 Closes gh-38431 --- 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 ddd7b7ed7ed..8a3ac1bc74a 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -375,7 +375,7 @@ bom { ] } } - library("Glassfish JAXB", "2.3.8") { + library("Glassfish JAXB", "2.3.9") { prohibit { versionRange "[3.0.0-M1,)" because "it uses the jakarta.* namespace" From 52fc4c019baa82070b527c8754404a7eeaec42e3 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 21 Nov 2023 12:52:30 +0000 Subject: [PATCH 06/11] Upgrade to Netty 4.1.101.Final Closes gh-38432 --- 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 8a3ac1bc74a..e8da8254d36 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1387,7 +1387,7 @@ bom { ] } } - library("Netty", "4.1.100.Final") { + library("Netty", "4.1.101.Final") { group("io.netty") { imports = [ "netty-bom" From 79c467c8b6c79879c5ae3767aa3ade1c97cbd816 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 21 Nov 2023 12:52:34 +0000 Subject: [PATCH 07/11] Upgrade to Pooled JMS 1.2.6 Closes gh-38433 --- 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 e8da8254d36..5867545311f 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1408,7 +1408,7 @@ bom { ] } } - library("Pooled JMS", "1.2.5") { + library("Pooled JMS", "1.2.6") { prohibit { versionRange "[2.0.0,)" because "it requires Java 11" From 3c820b8613ddb5bd03e9fc11f8d6f483322b338f Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 21 Nov 2023 12:52:35 +0000 Subject: [PATCH 08/11] Upgrade to Spring Data Bom 2021.2.18 Closes gh-38282 --- 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 5867545311f..f13f34f91d7 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1741,7 +1741,7 @@ bom { ] } } - library("Spring Data Bom", "2021.2.18-SNAPSHOT") { + library("Spring Data Bom", "2021.2.18") { considerSnapshots() calendarName = "Spring Data Release" prohibit { From 3b169a4d531dff5f4a8a1b82564079b27472a383 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 21 Nov 2023 12:52:40 +0000 Subject: [PATCH 09/11] Upgrade to Spring RESTDocs 2.0.8.RELEASE Closes gh-38434 --- 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 f13f34f91d7..5ce96860c4a 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1824,7 +1824,7 @@ bom { ] } } - library("Spring RESTDocs", "2.0.7.RELEASE") { + library("Spring RESTDocs", "2.0.8.RELEASE") { considerSnapshots() group("org.springframework.restdocs") { modules = [ From ebb7a547af3fca9c58ee25bd208d4f0ff8e74b01 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 21 Nov 2023 12:52:40 +0000 Subject: [PATCH 10/11] Upgrade to Spring WS 3.1.8 Closes gh-38284 --- 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 5ce96860c4a..32b68185ccd 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1868,7 +1868,7 @@ bom { ] } } - library("Spring WS", "3.1.8-SNAPSHOT") { + library("Spring WS", "3.1.8") { considerSnapshots() prohibit { versionRange "[4.0.0-M1,)" From 95fbb49a08dcdf49ca748cceafb1c98494e0b225 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 21 Nov 2023 12:52:45 +0000 Subject: [PATCH 11/11] Upgrade to Tomcat 9.0.83 Closes gh-38435 --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 80b3b7f00c9..08ca6678e8c 100644 --- a/gradle.properties +++ b/gradle.properties @@ -12,6 +12,6 @@ junitJupiterVersion=5.8.2 kotlinVersion=1.6.21 mavenVersion=3.9.4 springFrameworkVersion=5.3.31 -tomcatVersion=9.0.82 +tomcatVersion=9.0.83 kotlin.stdlib.default.dependency=false