Skip to content

Commit

Permalink
Bump org.bouncycastle:bcprov-jdk15to18 from 1.70 to 1.76 (#147)
Browse files Browse the repository at this point in the history
Bumps [org.bouncycastle:bcprov-jdk15to18](https://github.com/bcgit/bc-java) from 1.70 to 1.76.
- [Changelog](https://github.com/bcgit/bc-java/blob/main/docs/releasenotes.html)
- [Commits](https://github.com/bcgit/bc-java/commits)

---
updated-dependencies:
- dependency-name: org.bouncycastle:bcprov-jdk15to18
  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] authored Aug 2, 2023
1 parent a7de87d commit 8dd0457
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crypto_impl_bouncycastle/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
dependencies {
"implementation"("org.bouncycastle:bcprov-jdk15to18:1.70")
"implementation"("org.bouncycastle:bcprov-jdk15to18:1.76")
"implementation"(project(":crypto_api"))
"implementation"(project(":crypto_impl_java_provider"))
"implementation"(project(":model"))
Expand Down

0 comments on commit 8dd0457

Please sign in to comment.