Skip to content

Commit

Permalink
update Bouncy Castle to 1.79
Browse files Browse the repository at this point in the history
  • Loading branch information
thestinger committed Oct 30, 2024
1 parent 8df4e58 commit bd6de24
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 @@ -108,7 +108,7 @@ dependencies {
// noinspection GradleDependency
implementation("com.google.guava:guava:33.3.1-android")
implementation("com.google.zxing:core:3.5.3")
implementation("org.bouncycastle:bcprov-jdk18on:1.78.1")
implementation("org.bouncycastle:bcprov-jdk18on:1.79")

val cameraVersion = "1.3.4"
implementation("androidx.camera:camera-core:$cameraVersion")
Expand Down
10 changes: 5 additions & 5 deletions gradle/verification-metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2073,12 +2073,12 @@
<sha512 value="38aea18c59410115f51c92b1aaa35d4fd1050307a39160161f93efeddc299112c749242afdf5c92a08f9f351cf88bf6806b5b5ec85a55bcf15bc5a198081abda" origin="Generated by Gradle"/>
</artifact>
</component>
<component group="org.bouncycastle" name="bcprov-jdk18on" version="1.78.1">
<artifact name="bcprov-jdk18on-1.78.1.jar">
<sha512 value="fb10c3c089921c8173ad285329f730e0e78de175d1b50b9bdd79c6a85a265af9b3331caa0c1ed57e5f47047319ce3b0f3bb5def0a3db9cccf2755cc95e145e52" origin="Generated by Gradle"/>
<component group="org.bouncycastle" name="bcprov-jdk18on" version="1.79">
<artifact name="bcprov-jdk18on-1.79.jar">
<sha512 value="27bc54158da8165a55a7edae9fd09980795979cee099e98d81fadb4bd4dce4d5c86b8a635d1e892e286676d23b6ae5961a762fadf3a864513c8e0c6dbbdefd3a" origin="Generated by Gradle"/>
</artifact>
<artifact name="bcprov-jdk18on-1.78.1.pom">
<sha512 value="2aab635d15366f64d19ef09a9296e5a38a8fc5f3a558929bec871e1a57f0f6264e5b65e4bfef57980e002e297e91260a74739d83d5aec04dcb5329c8902385ff" origin="Generated by Gradle"/>
<artifact name="bcprov-jdk18on-1.79.pom">
<sha512 value="def89485d4db1be6299d539e261c52bc89830e21256005f26315f81637e0292d37e4ce754fd00dbc8a51e6c65cdd94e5fb5837fbc4d63d4835e90e8e96a7e040" origin="Generated by Gradle"/>
</artifact>
</component>
<component group="org.bouncycastle" name="bcutil-jdk18on" version="1.77">
Expand Down

0 comments on commit bd6de24

Please sign in to comment.