Browse Source

Upgrade to Jetty Reactive HTTPClient 1.1.11

Closes gh-29927
pull/29932/head
Andy Wilkinson 4 years ago
parent
commit
ca2dbf39ec
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -892,7 +892,7 @@ bom { @@ -892,7 +892,7 @@ bom {
]
}
}
library("Jetty Reactive HTTPClient", "1.1.10") {
library("Jetty Reactive HTTPClient", "1.1.11") {
prohibit("[2,)") {
because "it uses the jakarta.* namespace"
}

Loading…
Cancel
Save