Skip to content

Commit

Permalink
fix: httpclient/pom.xml to reduce vulnerabilities (#1283)
Browse files Browse the repository at this point in the history
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JAVA-ORGAPACHEHTTPCOMPONENTS-1016906
  • Loading branch information
snyk-bot committed Oct 11, 2020
1 parent a16140d commit d8d776c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion httpclient/pom.xml
Expand Up @@ -40,7 +40,7 @@
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
<version>4.5.10</version>
<version>4.5.13</version>
</dependency>

<dependency>
Expand Down

0 comments on commit d8d776c

Please sign in to comment.