Browse Source

fix: benchmark/pom.xml to reduce vulnerabilities (#1303)

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JAVA-ORGBOUNCYCASTLE-1035561
pull/1321/head
Snyk bot 4 years ago committed by GitHub
parent
commit
b439145b20
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      benchmark/pom.xml

2
benchmark/pom.xml

@ -66,7 +66,7 @@ @@ -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>

Loading…
Cancel
Save