Skip to content

Commit

Permalink
fix: benchmark/pom.xml to reduce vulnerabilities (#883)
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-COMSQUAREUPOKHTTP-30380
  • Loading branch information
snyk-bot authored and kdavisk6 committed Jan 30, 2019
1 parent aa1c8f2 commit fe0a12b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmark/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
<dependency>
<groupId>com.squareup.okhttp</groupId>
<artifactId>mockwebserver</artifactId>
<version>2.7.1</version>
<version>2.7.4</version>
<exclusions>
<exclusion>
<groupId>org.bouncycastle</groupId>
Expand Down

0 comments on commit fe0a12b

Please sign in to comment.