From 2d6b77336bd945cfefd9e66cd50b0443c7fead9b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Mon, 1 Jan 2024 11:22:25 +0100 Subject: [PATCH] Revert Upgrad to Jetty Reactive Httpclient 4.0.2 Upgrading leads to to WebClientIntegrationTests to fail with Jetty and the build does not complete properly. This commit reverts the upgrade. See gh-31931 --- framework-platform/framework-platform.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework-platform/framework-platform.gradle b/framework-platform/framework-platform.gradle index 38a2c1b274..86bd9cc147 100644 --- a/framework-platform/framework-platform.gradle +++ b/framework-platform/framework-platform.gradle @@ -115,7 +115,7 @@ dependencies { api("org.codehaus.jettison:jettison:1.5.4") api("org.crac:crac:1.4.0") api("org.dom4j:dom4j:2.1.4") - api("org.eclipse.jetty:jetty-reactive-httpclient:4.0.2") + api("org.eclipse.jetty:jetty-reactive-httpclient:4.0.1") api("org.eclipse.persistence:org.eclipse.persistence.jpa:3.0.4") api("org.eclipse:yasson:2.0.4") api("org.ehcache:ehcache:3.10.8")