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

chore(deps): bump org.bouncycastle:bcprov-jdk15to18 from 1.64 to 1.77 in /examples/bare/android #1335

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,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:bcprov-jdk15to18:1.77"
implementation "org.bouncycastle:bctls-jdk15to18:1.77"
}

Expand Down