Skip to content

Commit

Permalink
Update Bouncy Castle to 1.75
Browse files Browse the repository at this point in the history
  • Loading branch information
quh4gko8 authored and thestinger committed Jul 24, 2023
1 parent 1aa6b33 commit 1822a72
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ dependencies {
implementation("com.google.android.material:material:1.9.0")
implementation("com.google.guava:guava:32.0.1-android")
implementation("com.google.zxing:core:3.5.1")
implementation("org.bouncycastle:bcprov-jdk18on:1.74")
implementation("org.bouncycastle:bcprov-jdk18on:1.75")

// work around conflict
implementation("androidx.lifecycle:lifecycle-viewmodel-ktx:2.6.1")
Expand Down
10 changes: 5 additions & 5 deletions gradle/verification-metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1862,12 +1862,12 @@
<sha512 value="a67783d895058e680541b0dca3b534204905c493e483e3eac2de47568f1d85113b32a5b0c67a855dcec3e762e4b02ecde8683b9f6b5a7904444079ad1cdbc837" origin="Generated by Gradle"/>
</artifact>
</component>
<component group="org.bouncycastle" name="bcprov-jdk18on" version="1.74">
<artifact name="bcprov-jdk18on-1.74.jar">
<sha512 value="6fa34feb3dcdfc26a655e5d8d42d4d20891f4e4cd92ce140721ab68b6bf48eaa8db08d2b7ac0e7784332bab866a447609790c8f46c598eef544b17155d2733e4" origin="Generated by Gradle"/>
<component group="org.bouncycastle" name="bcprov-jdk18on" version="1.75">
<artifact name="bcprov-jdk18on-1.75.jar">
<sha512 value="1541fbc400c623159560a076d4589fa5fafa9324a26781843de307fc872af2ff6a8ea7efa8432efb846627d875030d02daefe7cec077cbed85e8f4a065cc625e" origin="Generated by Gradle"/>
</artifact>
<artifact name="bcprov-jdk18on-1.74.pom">
<sha512 value="ca4733c988851318719781bc94888e41b1d8e6a8826357075ee06ae39d99533267c1408cc4877c920506762d23aab8651fad91863101c17572d53f4594e04a8a" origin="Generated by Gradle"/>
<artifact name="bcprov-jdk18on-1.75.pom">
<sha512 value="187ac7416b82787b93bb9573cf4f8a411e0384f8fe47ae90222a8a9e17ec4762ca32c586a52fc1c5e134805b1ec983b058eb7b36e593575c780c470b1d6a98ad" origin="Generated by Gradle"/>
</artifact>
</component>
<component group="org.checkerframework" name="checker-qual" version="2.5.8">
Expand Down

0 comments on commit 1822a72

Please sign in to comment.