Skip to content

Commit

Permalink
Upgrade adapter-rxjava to 2.6.2 (#635)
Browse files Browse the repository at this point in the history
- The version of adapter-rxjava that was used (2.4.0) was marked as vulnerable in 2 CVEs:  CVE-2018-1000844, CVE-2018-1000850
  • Loading branch information
trav authored and jianghaolu committed Oct 14, 2019
1 parent e4448c0 commit 3db99ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@
<dependency>
<groupId>com.squareup.retrofit2</groupId>
<artifactId>adapter-rxjava</artifactId>
<version>2.4.0</version>
<version>2.6.2</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
Expand Down

0 comments on commit 3db99ed

Please sign in to comment.