Skip to content

Commit

Permalink
Update to latest dependency libraries
Browse files Browse the repository at this point in the history
Signed-off-by: ibrahimlawal <ibrahim@lawal.me>
  • Loading branch information
ibrahimlawal committed Sep 23, 2017
1 parent 0f5d671 commit 4ec2461
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Expand Up @@ -38,22 +38,22 @@
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
<version>4.3.6</version>
<version>4.5.3</version>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpasyncclient</artifactId>
<version>4.0.2</version>
<version>4.1.3</version>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpmime</artifactId>
<version>4.3.6</version>
<version>4.5.3</version>
</dependency>
<dependency>
<groupId>org.json</groupId>
<artifactId>json</artifactId>
<version>20140107</version>
<version>20170516</version>
</dependency>
<dependency>
<groupId>junit</groupId>
Expand Down

0 comments on commit 4ec2461

Please sign in to comment.