Skip to content

Commit

Permalink
update bc library (#67)
Browse files Browse the repository at this point in the history
OKTA-724945 update bc library
  • Loading branch information
FeiChen-okta committed May 1, 2024
1 parent 8ceee96 commit 630ed5c
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 630ed5c

Please sign in to comment.