Skip to content

Commit

Permalink
Bump bouncycastle.version from 1.62 to 1.69 (#6717)
Browse files Browse the repository at this point in the history
Bumps `bouncycastle.version` from 1.62 to 1.69.

Updates `bcpkix-jdk15on` from 1.62 to 1.69
- [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)

Updates `bcprov-jdk15on` from 1.62 to 1.69
- [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:bcpkix-jdk15on
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.bouncycastle:bcprov-jdk15on
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Sep 8, 2021
1 parent 8375f6d commit 49ad193
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jetty-keystore/pom.xml
Expand Up @@ -13,7 +13,7 @@

<properties>
<bundle-symbolic-name>${project.groupId}.keystore</bundle-symbolic-name>
<bouncycastle.version>1.62</bouncycastle.version>
<bouncycastle.version>1.69</bouncycastle.version>
</properties>

<dependencies>
Expand Down

0 comments on commit 49ad193

Please sign in to comment.