Skip to content

Commit 823303b

Browse files
committed
Fixed jenkinsci#402 - Upgrade httpclient/httpcore/httpmime to 4.5.8
1 parent c033dff commit 823303b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,9 @@
6060
<commons-lang.version>3.8.1</commons-lang.version>
6161
<guava.version>17.0</guava.version>
6262
<json-lib.version>2.4</json-lib.version>
63-
<httpclient.version>4.3.6</httpclient.version>
64-
<httpcore.version>4.3.3</httpcore.version>
65-
<httpmime.version>4.3.6</httpmime.version>
63+
<httpclient.version>4.5.8</httpclient.version>
64+
<httpcore.version>4.5.8</httpcore.version>
65+
<httpmime.version>4.5.8</httpmime.version>
6666
<jackson-databind.version>2.9.6</jackson-databind.version>
6767
</properties>
6868

0 commit comments

Comments
 (0)