Skip to content

Commit

Permalink
update bc library
Browse files Browse the repository at this point in the history
  • Loading branch information
FeiChen-okta committed May 1, 2024
1 parent 8ceee96 commit 8bca2e1
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 @@ -22,7 +22,7 @@ allprojects {
configurations.all {
resolutionStrategy {
force("com.squareup.okio:okio:3.5.0")
force("org.bouncycastle:bcprov-jdk18on:1.76")
force("org.bouncycastle:bcprov-jdk18on:1.78.1")
force("org.json:json:20230618")
force("com.google.guava:guava:32.1.2-jre")
force("androidx.room:room-runtime:${Version.room}")
Expand Down

0 comments on commit 8bca2e1

Please sign in to comment.