Skip to content

Commit

Permalink
Merge pull request zalando#566 from zalando/bugfix/CVE-2020-13956
Browse files Browse the repository at this point in the history
Updated httpclient to fix CVE-2020-13956
  • Loading branch information
Willi Schönborn authored Dec 10, 2020
2 parents 80d6748 + 3fb298e commit c5aaccb
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,19 @@
</exclusion>
</exclusions>
</dependency>
<dependency>
<!-- CVE-2020-13956 -->
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
<version>4.5.13</version>
<optional>true</optional>
<exclusions>
<exclusion>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<!-- CVE-2017-18640 -->
<groupId>org.yaml</groupId>
Expand Down

0 comments on commit c5aaccb

Please sign in to comment.