Skip to content
This repository was archived by the owner on Nov 20, 2023. It is now read-only.

Commit 1eecc87

Browse files
authored
Merge pull request Moesif#32 from Moesif/fix-cve
Refactor: Bump httpclient & httpmime 4.5.13 to fix CVE-2020-13956
2 parents 879818c + 91025cc commit 1eecc87

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Add this dependency to your project's POM:
1717
<dependency>
1818
<groupId>com.moesif.api</groupId>
1919
<artifactId>moesifapi</artifactId>
20-
<version>1.6.15</version>
20+
<version>1.6.16</version>
2121
</dependency>
2222
```
2323

@@ -26,7 +26,7 @@ Add this dependency to your project's POM:
2626
Add this dependency to your project's build file:
2727

2828
```gradle
29-
compile 'com.moesif.api:moesifapi:1.6.15'
29+
compile 'com.moesif.api:moesifapi:1.6.16'
3030
```
3131

3232
## How to Use:

pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>com.moesif.api</groupId>
55
<artifactId>moesifapi</artifactId>
6-
<version>1.6.15</version>
6+
<version>1.6.16</version>
77
<packaging>jar</packaging>
88
<name>moesifapi</name>
99
<description>Java API Library for Moesif</description>
@@ -66,22 +66,22 @@
6666
<dependency>
6767
<groupId>org.apache.httpcomponents</groupId>
6868
<artifactId>httpclient</artifactId>
69-
<version>4.3.6</version>
69+
<version>4.5.13</version>
7070
</dependency>
7171
<dependency>
7272
<groupId>org.apache.httpcomponents</groupId>
7373
<artifactId>httpcore</artifactId>
74-
<version>4.3.2</version>
74+
<version>4.4.15</version>
7575
</dependency>
7676
<dependency>
7777
<groupId>org.apache.httpcomponents</groupId>
7878
<artifactId>httpmime</artifactId>
79-
<version>4.3.4</version>
79+
<version>4.5.13</version>
8080
</dependency>
8181
<dependency>
8282
<groupId>org.apache.httpcomponents</groupId>
8383
<artifactId>httpcore-nio</artifactId>
84-
<version>4.3.2</version>
84+
<version>4.4.15</version>
8585
</dependency>
8686
<dependency>
8787
<groupId>junit</groupId>

0 commit comments

Comments
 (0)