From e6be4765dea39039fbc156a0c30a9809140de89d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Fri, 9 May 2025 13:39:05 +0200 Subject: [PATCH] Upgrade to HttpClient5 5.4.4 Closes gh-45462 --- 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 c27b705cce..063924abfe 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -632,7 +632,7 @@ bom { ] } } - library("HttpClient5", "5.4.3") { + library("HttpClient5", "5.4.4") { prohibit { contains "-alpha" contains "-beta"