Skip to content

Commit

Permalink
Upgrade to httpclient 4.5.8.
Browse files Browse the repository at this point in the history
  • Loading branch information
davewichers committed Mar 31, 2019
1 parent ad98b15 commit 764fd93
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,9 @@
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
<version>4.5.7</version>
<version>4.5.8</version>
<exclusions>
<!-- exclude this as httpclient 4.5.7 uses commons-codec 1.11 and we want to eliminate the convergence mismatch -->
<!-- exclude this as httpclient 4.5.8 uses commons-codec 1.11 and we want to eliminate the convergence mismatch -->
<exclusion>
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
Expand Down

0 comments on commit 764fd93

Please sign in to comment.