From f5d68e7b9f428bde582acb8ce06b896097b8533d Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Fri, 17 May 2024 12:24:15 +0100 Subject: [PATCH 1/4] Upgrade to Jetty Reactive HTTPClient 3.0.13 Closes gh-40807 --- 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 7128882c60..3696fa308c 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.12") { + library("Jetty Reactive HTTPClient", "3.0.13") { group("org.eclipse.jetty") { modules = [ "jetty-reactive-httpclient" From 29a7bb2c7f1225567bc8f539e94e1c5c4ad481bb Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Fri, 17 May 2024 12:24:16 +0100 Subject: [PATCH 2/4] Upgrade to Spring Data Bom 2023.0.12 Closes gh-40649 --- 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 3696fa308c..7af1d1349b 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1462,7 +1462,7 @@ bom { ] } } - library("Spring Data Bom", "2023.0.12-SNAPSHOT") { + library("Spring Data Bom", "2023.0.12") { considerSnapshots() calendarName = "Spring Data Release" group("org.springframework.data") { From 12a04c01d4b8d98d8a743a515eb37e740a0fbdd7 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Fri, 17 May 2024 12:24:20 +0100 Subject: [PATCH 3/4] Upgrade to Spring Retry 2.0.6 Closes gh-40808 --- 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 7af1d1349b..d2927f81f8 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1533,7 +1533,7 @@ bom { ] } } - library("Spring Retry", "2.0.5") { + library("Spring Retry", "2.0.6") { considerSnapshots() group("org.springframework.retry") { modules = [ From 7f5329fa4b8cf14e2993760d2e9490a328492edf Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Fri, 17 May 2024 12:24:21 +0100 Subject: [PATCH 4/4] Upgrade to Spring WS 4.0.11 Closes gh-40653 --- 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 d2927f81f8..58e85d1f2c 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1561,7 +1561,7 @@ bom { ] } } - library("Spring WS", "4.0.11-SNAPSHOT") { + library("Spring WS", "4.0.11") { considerSnapshots() group("org.springframework.ws") { imports = [