Skip to content

Commit 38713f2

Browse files
committed
Upgrade to Jetty Reactive HTTPClient 1.1.12
Closes gh-31726
1 parent 02bf666 commit 38713f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -899,7 +899,7 @@ bom {
899899
]
900900
}
901901
}
902-
library("Jetty Reactive HTTPClient", "1.1.11") {
902+
library("Jetty Reactive HTTPClient", "1.1.12") {
903903
prohibit("[2,)") {
904904
because "it uses the jakarta.* namespace"
905905
}

0 commit comments

Comments
 (0)