Skip to content

Commit

Permalink
update Bouncy Castle to 1.76
Browse files Browse the repository at this point in the history
  • Loading branch information
thestinger committed Oct 17, 2023
1 parent 1231d10 commit 79277c7
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 @@ -109,7 +109,7 @@ dependencies {

implementation("com.google.android.material:material:1.10.0")

implementation("org.bouncycastle:bcprov-jdk18on:1.75")
implementation("org.bouncycastle:bcprov-jdk18on:1.76")

implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.2")
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.2")
Expand Down
10 changes: 5 additions & 5 deletions gradle/verification-metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2000,12 +2000,12 @@
<sha512 value="a67783d895058e680541b0dca3b534204905c493e483e3eac2de47568f1d85113b32a5b0c67a855dcec3e762e4b02ecde8683b9f6b5a7904444079ad1cdbc837" origin="Generated by Gradle"/>
</artifact>
</component>
<component group="org.bouncycastle" name="bcprov-jdk18on" version="1.75">
<artifact name="bcprov-jdk18on-1.75.jar">
<sha512 value="1541fbc400c623159560a076d4589fa5fafa9324a26781843de307fc872af2ff6a8ea7efa8432efb846627d875030d02daefe7cec077cbed85e8f4a065cc625e" origin="Generated by Gradle"/>
<component group="org.bouncycastle" name="bcprov-jdk18on" version="1.76">
<artifact name="bcprov-jdk18on-1.76.jar">
<sha512 value="dbc5b525d805823b53dbaded11547155a14f795212ce6fe1e93d6da431081ea9480718ea2fc17dc7906f8489aadb68e781afd1e771d26f9f8a09b21552bb165c" origin="Generated by Gradle"/>
</artifact>
<artifact name="bcprov-jdk18on-1.75.pom">
<sha512 value="187ac7416b82787b93bb9573cf4f8a411e0384f8fe47ae90222a8a9e17ec4762ca32c586a52fc1c5e134805b1ec983b058eb7b36e593575c780c470b1d6a98ad" origin="Generated by Gradle"/>
<artifact name="bcprov-jdk18on-1.76.pom">
<sha512 value="968d14e6e14552b7c203e47ade3a1112a7eb983f2ab2e5b900c050ed7acc07ab743790729580ff2530560d1ba06a44d356b68c4f4bd0fd552656f1391f24429b" origin="Generated by Gradle"/>
</artifact>
</component>
<component group="org.checkerframework" name="checker-qual" version="2.5.8">
Expand Down

0 comments on commit 79277c7

Please sign in to comment.