Skip to content

Commit

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 15, 2022
1 parent 7973c6b commit 2a1acd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ tasks.withType(Test) {

dependencies {
api "org.bouncycastle:bcprov-jdk15to18:1.70"
api "org.bouncycastle:bcpkix-jdk15to18:1.70"
api "org.bouncycastle:bcpkix-jdk15to18:1.72"
api "org.bouncycastle:bcutil-jdk15to18:1.72"
// for jpeg2000 decode/encode
compileOnly 'com.gemalto.jp2:jp2-android:1.0.3'
Expand Down

0 comments on commit 2a1acd2

Please sign in to comment.