Skip to content

Commit

Permalink
fix: benchmark/pom.xml to reduce vulnerabilities (#1303)
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-ORGBOUNCYCASTLE-1035561
  • Loading branch information
snyk-bot committed Nov 19, 2020
1 parent 336f2ce commit b439145
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 @@ -66,7 +66,7 @@
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcprov-jdk15on</artifactId>
<version>1.60</version>
<version>1.61</version>
</dependency>
<dependency>
<groupId>io.reactivex</groupId>
Expand Down

0 comments on commit b439145

Please sign in to comment.