Skip to content

Commit

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Nov 11, 2024
1 parent 7765927 commit 005eddf
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 @@ -9,7 +9,7 @@ buildscript {
dependencies {
// 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:bcpkix-jdk18on:1.79")
classpath("org.bouncycastle:bcprov-jdk18on:1.79")
classpath("org.bouncycastle:bcutil-jdk18on:1.78.1")
}
Expand Down

0 comments on commit 005eddf

Please sign in to comment.