Skip to content

Commit 58e86bc

Browse files
author
Sunny Raj Rathod
authored
Merge pull request #120 from Sapbasu15/master
updated HttpClient[4.5.3] and HttpCore[4.4.6] jars dependency
2 parents 8dc48d3 + 9d06bc1 commit 58e86bc

5 files changed

Lines changed: 2 additions & 2 deletions

File tree

lib/httpclient-4.0.1.jar

-284 KB
Binary file not shown.

lib/httpclient-4.5.3.jar

730 KB
Binary file not shown.

lib/httpcore-4.0.1.jar

-169 KB
Binary file not shown.

lib/httpcore-4.4.6.jar

316 KB
Binary file not shown.

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,13 +48,13 @@
4848
<dependency>
4949
<groupId>org.apache.httpcomponents</groupId>
5050
<artifactId>httpclient</artifactId>
51-
<version>4.0.1</version>
51+
<version>4.5.3</version>
5252
<scope>compile</scope>
5353
</dependency>
5454
<dependency>
5555
<groupId>org.apache.httpcomponents</groupId>
5656
<artifactId>httpcore</artifactId>
57-
<version>4.0.1</version>
57+
<version>4.4.6</version>
5858
<scope>compile</scope>
5959
</dependency>
6060
<dependency>

0 commit comments

Comments
 (0)