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 Jul 31, 2023
1 parent 2e4c3de commit 149014e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ dependencies {
implementation("com.google.guava:guava:32.1.1-jre")
implementation("com.google.zxing:core:3.5.2")
implementation("com.google.zxing:javase:3.5.2")
implementation("org.bouncycastle:bcprov-jdk18on:1.75")
implementation("org.bouncycastle:bcprov-jdk18on:1.76")
implementation("org.eclipse.angus:jakarta.mail:2.0.2")
implementation("org.eclipse.parsson:jakarta.json:1.1.3")
}
Expand Down
10 changes: 5 additions & 5 deletions gradle/verification-metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -121,12 +121,12 @@
<sha512 value="6c5e92bce050a21832f1509af04b148395afd851cc375a1e9d2776067b9c2588776047cfcca5713335baf524e5e6598828d86ed6e1d4fcfddaec5388686c30aa" 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="3.36.0">
Expand Down

0 comments on commit 149014e

Please sign in to comment.