Skip to content

Commit 269dbf1

Browse files
committed
4.5.1 has CVE-2020-13956 vulnerability, hence upgrading to safe version
1 parent 27b3b5f commit 269dbf1

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ Retry Pattern allows to retry sending a failed request and it will only work wit
240240
JUnit is a unit testing framework for Java.
241241
8. org.mockito:mockito-all:1.10.19
242242
Mock objects library for java
243-
9. org.apache.httpcomponents:httpclient:4.5.11
243+
9. org.apache.httpcomponents:httpclient:4.5.13
244244
Provides reusable components for client-side authentication, HTTP state management, and HTTP connection management. It is used for poolinghttpclientconnectionmanager feature.
245245
10. org.apache.httpcomponents:httpcore:4.4.13
246246
Provides low level HTTP transport components that can be used to build custom client and server side HTTP services with a minimal footprint.

java/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@
235235
<dependency>
236236
<groupId>org.apache.httpcomponents</groupId>
237237
<artifactId>httpclient</artifactId>
238-
<version>4.5.11</version>
238+
<version>4.5.13</version>
239239
<exclusions>
240240
<exclusion>
241241
<groupId>commons-logging</groupId>

samples/nvp/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<dependency>
2020
<groupId>org.apache.httpcomponents</groupId>
2121
<artifactId>httpclient</artifactId>
22-
<version>4.5.11</version>
22+
<version>4.5.13</version>
2323
<exclusions>
2424
<exclusion>
2525
<groupId>commons-logging</groupId>

samples/xml/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<dependency>
2020
<groupId>org.apache.httpcomponents</groupId>
2121
<artifactId>httpclient</artifactId>
22-
<version>4.5.11</version>
22+
<version>4.5.13</version>
2323
<exclusions>
2424
<exclusion>
2525
<groupId>commons-logging</groupId>

zip/README

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ JUnit is a unit testing framework for Java.
267267
8.) org.mockito:mockito-all:1.10.19
268268
Mock objects library for java
269269

270-
9.) org.apache.httpcomponents:httpclient:4.5.11
270+
9.) org.apache.httpcomponents:httpclient:4.5.13
271271
provides reusable components for client-side authentication, HTTP state management, and HTTP connection management. It is used for poolinghttpclientconnectionmanager feature.
272272

273273
10.) org.apache.httpcomponents:httpcore:4.4.13

0 commit comments

Comments
 (0)