Skip to content

Commit

Permalink
Bump org.bouncycastle:bcprov-jdk18on from 1.78 to 1.78.1
Browse files Browse the repository at this point in the history
Bumps [org.bouncycastle:bcprov-jdk18on](https://github.com/bcgit/bc-java) from 1.78 to 1.78.1.
- [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-jdk18on
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 13, 2024
1 parent 76604f6 commit 06b8eed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ buildscript {
// Override a transitive dependency from AGP on version 1.77 of the BouncyCastle crypto
// provider to address CVE-2024-34447.
classpath("org.bouncycastle:bcpkix-jdk18on:1.78.1")
classpath("org.bouncycastle:bcprov-jdk18on:1.78")
classpath("org.bouncycastle:bcprov-jdk18on:1.78.1")
classpath("org.bouncycastle:bcutil-jdk18on:1.78.1")
}
}
Expand Down

0 comments on commit 06b8eed

Please sign in to comment.