mirror of https://github.com/apache/druid.git
update httpclient due to cve (#12422)
https://github.com/apache/druid/issues/12421
This commit is contained in:
parent
341c65738d
commit
5099f5aa70
2
pom.xml
2
pom.xml
|
@ -113,7 +113,7 @@
|
|||
<caffeine.version>2.8.0</caffeine.version>
|
||||
<jacoco.version>0.8.7</jacoco.version>
|
||||
<hibernate-validator.version>5.2.5.Final</hibernate-validator.version>
|
||||
<httpclient.version>4.5.10</httpclient.version>
|
||||
<httpclient.version>4.5.13</httpclient.version>
|
||||
<!-- When upgrading ZK, edit docs and integration tests as well (integration-tests/docker-base/setup.sh) -->
|
||||
<zookeeper.version>3.5.9</zookeeper.version>
|
||||
<checkerframework.version>2.5.7</checkerframework.version>
|
||||
|
|
Loading…
Reference in New Issue