Prohibit upgrades to HttpClient5 5.3

Closes gh-39007
This commit is contained in:
Andy Wilkinson
2024-01-05 11:41:47 +00:00
parent 28490738ae
commit c87c710f79

View File

@@ -443,6 +443,10 @@ bom {
}
}
library("HttpClient5", "5.2.3") {
prohibit {
versionRange "[5.3]"
because "it can NPE when discarding a connection (https://issues.apache.org/jira/browse/HTTPCLIENT-2313)"
}
group("org.apache.httpcomponents.client5") {
modules = [
"httpclient5",