From a5063d33654609b9863197c06aec952504472a8b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Sat, 10 Aug 2024 15:04:18 +0200 Subject: [PATCH 01/12] Upgrade to ActiveMQ 5.18.5 Closes gh-41764 --- 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 b43407bdf9f..cc17b4a9b86 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.4") { + library("ActiveMQ", "5.18.5") { group("org.apache.activemq") { modules = [ "activemq-amqp", From a95c9f53556d2191eb68381fb8278799d6392170 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Sat, 10 Aug 2024 15:04:23 +0200 Subject: [PATCH 02/12] Upgrade to Hazelcast 5.3.8 Closes gh-41765 --- 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 cc17b4a9b86..694297017dc 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -374,7 +374,7 @@ bom { ] } } - library("Hazelcast", "5.3.7") { + library("Hazelcast", "5.3.8") { group("com.hazelcast") { modules = [ "hazelcast", From d7670e90832e100f1344a77e221f76bfb336dd32 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Sat, 10 Aug 2024 15:04:27 +0200 Subject: [PATCH 03/12] Upgrade to Hibernate 6.4.10.Final Closes gh-41766 --- 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 694297017dc..96411d7daed 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -382,7 +382,7 @@ bom { ] } } - library("Hibernate", "6.4.9.Final") { + library("Hibernate", "6.4.10.Final") { group("org.hibernate.orm") { modules = [ "hibernate-agroal", From 94f26c0ba1b344435645dcc09b716056c042c4b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Sat, 10 Aug 2024 15:04:32 +0200 Subject: [PATCH 04/12] Upgrade to Infinispan 14.0.30.Final Closes gh-41767 --- 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 96411d7daed..73e606f8245 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -470,7 +470,7 @@ bom { ] } } - library("Infinispan", "14.0.29.Final") { + library("Infinispan", "14.0.30.Final") { group("org.infinispan") { imports = [ "infinispan-bom" From 65015f62410a63ec316014ef7102185d504e7171 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Sat, 10 Aug 2024 15:04:36 +0200 Subject: [PATCH 05/12] Upgrade to Jersey 3.1.8 Closes gh-41768 --- 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 73e606f8245..969fb0898fc 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -673,7 +673,7 @@ bom { ] } } - library("Jersey", "3.1.7") { + library("Jersey", "3.1.8") { group("org.glassfish.jersey") { imports = [ "jersey-bom" From 8b168db562182b816439e5c1de5a7f8f7660952a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Sat, 10 Aug 2024 15:04:40 +0200 Subject: [PATCH 06/12] Upgrade to Jetty Reactive HTTPClient 4.0.6 Closes gh-41769 --- 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 969fb0898fc..32e5c1c3770 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -680,7 +680,7 @@ bom { ] } } - library("Jetty Reactive HTTPClient", "4.0.5") { + library("Jetty Reactive HTTPClient", "4.0.6") { group("org.eclipse.jetty") { modules = [ "jetty-reactive-httpclient" From 9e50f24a48d851cc175930dcb144a08a670e2ad4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Sat, 10 Aug 2024 15:04:49 +0200 Subject: [PATCH 07/12] Upgrade to Kotlin 1.9.25 Closes gh-41771 --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index a71a3bf8eb9..a99ccd75933 100644 --- a/gradle.properties +++ b/gradle.properties @@ -10,7 +10,7 @@ commonsCompressVersion=1.21 hamcrestVersion=2.2 jacksonVersion=2.15.4 junitJupiterVersion=5.10.3 -kotlinVersion=1.9.24 +kotlinVersion=1.9.25 mavenVersion=3.9.4 nativeBuildToolsVersion=0.9.28 springFrameworkVersion=6.1.12-SNAPSHOT From 7102f65ace0ff775f8d41cbd0e515d1caf998958 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Sat, 10 Aug 2024 15:04:53 +0200 Subject: [PATCH 08/12] Upgrade to MongoDB 4.11.3 Closes gh-41772 --- 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 32e5c1c3770..f5fda715572 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1032,7 +1032,7 @@ bom { ] } } - library("MongoDB", "4.11.2") { + library("MongoDB", "4.11.3") { group("org.mongodb") { modules = [ "bson", From f824d5c7e8bf46b36a5063c8c18fbcaa07fdb8dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Sat, 10 Aug 2024 15:04:58 +0200 Subject: [PATCH 09/12] Upgrade to Netty 4.1.112.Final Closes gh-41773 --- 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 f5fda715572..cec66cb697e 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1091,7 +1091,7 @@ bom { ] } } - library("Netty", "4.1.111.Final") { + library("Netty", "4.1.112.Final") { group("io.netty") { imports = [ "netty-bom" From b19df0dad33c991461ad7d3ed9747edb72895781 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Sat, 10 Aug 2024 15:05:02 +0200 Subject: [PATCH 10/12] Upgrade to SLF4J 2.0.16 Closes gh-41774 --- 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 cec66cb697e..5feb301dc06 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1535,7 +1535,7 @@ bom { ] } } - library("SLF4J", "2.0.13") { + library("SLF4J", "2.0.16") { group("org.slf4j") { modules = [ "jcl-over-slf4j", From 15fc438d69233f800064eaf0ddac060cc5d80530 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Sat, 10 Aug 2024 15:05:07 +0200 Subject: [PATCH 11/12] Upgrade to Tomcat 10.1.28 Closes gh-41775 --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index a99ccd75933..a41175af0ad 100644 --- a/gradle.properties +++ b/gradle.properties @@ -15,6 +15,6 @@ mavenVersion=3.9.4 nativeBuildToolsVersion=0.9.28 springFrameworkVersion=6.1.12-SNAPSHOT springFramework60xVersion=6.0.21 -tomcatVersion=10.1.26 +tomcatVersion=10.1.28 kotlin.stdlib.default.dependency=false From 4fb62fe78d9dc55729675b3ad4f07f7d2a01b5b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Sat, 10 Aug 2024 15:05:11 +0200 Subject: [PATCH 12/12] Upgrade to Yasson 3.0.4 Closes gh-41776 --- 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 5feb301dc06..abbc5475cde 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1819,7 +1819,7 @@ bom { ] } } - library("Yasson", "3.0.3") { + library("Yasson", "3.0.4") { group("org.eclipse") { modules = [ "yasson"