Browse Source

Bump bcprov-jdk15on from 1.60 to 1.67 (#1485)

* Bump bcprov-jdk15on from 1.60 to 1.67

Bumps [bcprov-jdk15on](https://github.com/bcgit/bc-java) from 1.60 to 1.67.
- [Release notes](https://github.com/bcgit/bc-java/releases)
- [Changelog](https://github.com/bcgit/bc-java/blob/master/docs/releasenotes.html)
- [Commits](https://github.com/bcgit/bc-java/commits)

---
updated-dependencies:
- dependency-name: org.bouncycastle:bcprov-jdk15on
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

* Using variable for bouncy castle version

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Marvin Froeder <velo@users.noreply.github.com>
pull/1486/head
dependabot[bot] 3 years ago committed by GitHub
parent
commit
56812372a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      benchmark/pom.xml
  2. 2
      pom.xml

2
benchmark/pom.xml

@ -70,7 +70,7 @@ @@ -70,7 +70,7 @@
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcprov-jdk15on</artifactId>
<version>1.69</version>
<version>${bouncy.version}</version>
</dependency>
<dependency>
<groupId>io.netty</groupId>

2
pom.xml

@ -79,7 +79,7 @@ @@ -79,7 +79,7 @@
<googlehttpclient.version>1.39.2</googlehttpclient.version>
<gson.version>2.8.7</gson.version>
<slf4j.version>1.7.32</slf4j.version>
<bouncy.version>1.60</bouncy.version>
<bouncy.version>1.67</bouncy.version>
<json.version>20210307</json.version>
<junit.version>4.13.1</junit.version>

Loading…
Cancel
Save