Browse Source

Upgrade to Jetty Reactive HTTPClient 1.1.14

Closes gh-35519
2.6.x
Andy Wilkinson 3 years ago
parent
commit
e6bea54696
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save