Skip to content

Commit e2403ae

Browse files
committed
-- updated httpclient[4.5.3] and httpcore[4.4.6] dependency versions
1 parent 60fbf14 commit e2403ae

5 files changed

Lines changed: 2 additions & 4 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 & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,14 +48,12 @@
4848
<dependency>
4949
<groupId>org.apache.httpcomponents</groupId>
5050
<artifactId>httpclient</artifactId>
51-
<version>4.0.1</version>
52-
<scope>compile</scope>
51+
<version>4.5.3</version>
5352
</dependency>
5453
<dependency>
5554
<groupId>org.apache.httpcomponents</groupId>
5655
<artifactId>httpcore</artifactId>
57-
<version>4.0.1</version>
58-
<scope>compile</scope>
56+
<version>4.4.6</version>
5957
</dependency>
6058
<dependency>
6159
<groupId>log4j</groupId>

0 commit comments

Comments
 (0)