Skip to content

Commit

Permalink
build(deps): bump bcpkix-jdk15on from 1.56 to 1.70 (#1528)
Browse files Browse the repository at this point in the history
Bumps [bcpkix-jdk15on](https://github.com/bcgit/bc-java) from 1.56 to 1.70.
- [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
...

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 Jun 27, 2022
1 parent 3019817 commit ccc4002
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ dependencies {
implementation(project(":extensions:iam:decentralized-identity:identity-did-spi"))

// this is required for the JcaPEMKeyConverter, which we use to restore keys from PEM files
implementation("org.bouncycastle:bcpkix-jdk15on:1.56")
implementation("org.bouncycastle:bcpkix-jdk15on:1.70")
testImplementation(project(":extensions:iam:decentralized-identity:identity-did-core"))

}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
dependencies {
api(project(":extensions:iam:decentralized-identity:identity-did-spi"))

implementation("org.bouncycastle:bcpkix-jdk15on:1.56")
implementation("org.bouncycastle:bcpkix-jdk15on:1.70")
}

publishing {
Expand Down

0 comments on commit ccc4002

Please sign in to comment.