From a33fb25c4ed490ba9ca1765268a0ffc00fe5cdb3 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Fri, 17 May 2024 12:26:55 +0100 Subject: [PATCH 1/4] Upgrade to Jetty Reactive HTTPClient 4.0.4 Closes gh-40809 --- 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 e6558ae443e..3dda53ac34c 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -671,7 +671,7 @@ bom { ] } } - library("Jetty Reactive HTTPClient", "4.0.3") { + library("Jetty Reactive HTTPClient", "4.0.4") { group("org.eclipse.jetty") { modules = [ "jetty-reactive-httpclient" From 04ebddc4ba8bf8e478413d5db76487e81cce59b1 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Fri, 17 May 2024 12:27:00 +0100 Subject: [PATCH 2/4] Upgrade to Pulsar Reactive 0.5.5 Closes gh-40810 --- 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 3dda53ac34c..8e43f29a067 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1272,7 +1272,7 @@ bom { ] } } - library("Pulsar Reactive", "0.5.4") { + library("Pulsar Reactive", "0.5.5") { group("org.apache.pulsar") { modules = [ "pulsar-client-reactive-adapter", From 7a523b5f6e05e4d16cf11ac728e961cdf0432b7c Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Fri, 17 May 2024 12:27:01 +0100 Subject: [PATCH 3/4] Upgrade to Spring Data Bom 2023.1.6 Closes gh-40658 --- 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 8e43f29a067..d1d411fc311 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1575,7 +1575,7 @@ bom { ] } } - library("Spring Data Bom", "2023.1.6-SNAPSHOT") { + library("Spring Data Bom", "2023.1.6") { considerSnapshots() calendarName = "Spring Data Release" group("org.springframework.data") { From bc854b14a1ae3bda5ba583d4bf405f0c6e2973ab Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Fri, 17 May 2024 12:27:02 +0100 Subject: [PATCH 4/4] Upgrade to Spring WS 4.0.11 Closes gh-40664 --- 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 d1d411fc311..eba0f7753c7 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1682,7 +1682,7 @@ bom { ] } } - library("Spring WS", "4.0.11-SNAPSHOT") { + library("Spring WS", "4.0.11") { considerSnapshots() group("org.springframework.ws") { imports = [