Skip to content

Commit 2acb90c

Browse files
committed
Prohibit upgrades to Jetty Reactive HTTPClient 4.0.2
Closes gh-39010
1 parent d94661f commit 2acb90c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

spring-boot-project/spring-boot-dependencies/build.gradle

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -672,6 +672,10 @@ bom {
672672
}
673673
}
674674
library("Jetty Reactive HTTPClient", "4.0.1") {
675+
prohibit {
676+
versionRange "[4.0.2]"
677+
because "it causes problems in Spring Framework (https://github.com/spring-projects/spring-framework/issues/31931#issue-2061468092)"
678+
}
675679
group("org.eclipse.jetty") {
676680
modules = [
677681
"jetty-reactive-httpclient"

0 commit comments

Comments
 (0)