From 4df87f6224c42a07807992932e2e4d4eea1bcbd7 Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Wed, 20 Dec 2023 09:17:29 -0800 Subject: [PATCH 1/6] Upgrade to Hibernate 6.2.17.Final Closes gh-38887 --- 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 9638b3c1c6..4cb1313c55 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -365,7 +365,7 @@ bom { ] } } - library("Hibernate", "6.2.15.Final") { + library("Hibernate", "6.2.17.Final") { group("org.hibernate.orm") { modules = [ "hibernate-agroal", From ff3a2f7e4212b0acd38d407c1d8964c5286350e2 Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Wed, 20 Dec 2023 09:17:34 -0800 Subject: [PATCH 2/6] Upgrade to Jetty Reactive HTTPClient 3.0.11 Closes gh-38888 --- 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 4cb1313c55..c780399f9f 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.10") { + library("Jetty Reactive HTTPClient", "3.0.11") { group("org.eclipse.jetty") { modules = [ "jetty-reactive-httpclient" From c1e8c18124800aa886831f518113dc450f451088 Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Wed, 20 Dec 2023 09:17:38 -0800 Subject: [PATCH 3/6] Upgrade to Jetty 11.0.19 Closes gh-38889 --- 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 c780399f9f..3989c6678e 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.18") { + library("Jetty", "11.0.19") { group("org.eclipse.jetty") { imports = [ "jetty-bom" From 7dfddce1ac6c30374c5d08338c3c04bc8167e8f8 Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Wed, 20 Dec 2023 09:17:42 -0800 Subject: [PATCH 4/6] Upgrade to jOOQ 3.18.8 Closes gh-38890 --- 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 3989c6678e..89b72cf099 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("jOOQ", "3.18.7") { + library("jOOQ", "3.18.8") { group("org.jooq") { modules = [ "jooq", From 1abc0827f835161159b339f17dfbeba7fffbd777 Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Wed, 20 Dec 2023 09:17:48 -0800 Subject: [PATCH 5/6] Upgrade to Netty 4.1.104.Final Closes gh-38891 --- 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 89b72cf099..b1a8c4877c 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.102.Final") { + library("Netty", "4.1.104.Final") { prohibit { versionRange "[4.1.103.Final]" because "it crashes on macOS (https://github.com/netty/netty/issues/13728)" From e754c91f50766e02dff4c3db1900715debfac2b6 Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Wed, 20 Dec 2023 09:17:52 -0800 Subject: [PATCH 6/6] Upgrade to Spring WS 4.0.9 Closes gh-38892 --- 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 b1a8c4877c..ce8596f259 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1505,7 +1505,7 @@ bom { ] } } - library("Spring WS", "4.0.8") { + library("Spring WS", "4.0.9") { considerSnapshots() group("org.springframework.ws") { imports = [