Skip to content
This repository has been archived by the owner on Jan 10, 2024. It is now read-only.

Commit

Permalink
chore(deps): bump org.bouncycastle:bctls-jdk15to18 in /android
Browse files Browse the repository at this point in the history
Bumps [org.bouncycastle:bctls-jdk15to18](https://github.com/bcgit/bc-java) from 1.64 to 1.77.
- [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:bctls-jdk15to18
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 8, 2024
1 parent 12aa1d2 commit 1f467ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ dependencies {
// BouncyCastle libs
// https://github.com/idnow/de.idnow.android-sample/tree/master/app/libs
implementation "org.bouncycastle:bcprov-jdk15to18:1.64"
implementation "org.bouncycastle:bctls-jdk15to18:1.64"
implementation "org.bouncycastle:bctls-jdk15to18:1.77"
}

if (isNewArchitectureEnabled()) {
Expand Down

0 comments on commit 1f467ba

Please sign in to comment.