Skip to content

Commit

Permalink
update Bouncy Castle to 1.78.1
Browse files Browse the repository at this point in the history
  • Loading branch information
thestinger committed Apr 18, 2024
1 parent b62f2f4 commit acfaa64
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:33.1.0-jre")
implementation("com.google.zxing:core:3.5.3")
implementation("com.google.zxing:javase:3.5.3")
implementation("org.bouncycastle:bcprov-jdk18on:1.78")
implementation("org.bouncycastle:bcprov-jdk18on:1.78.1")
implementation("org.eclipse.angus:jakarta.mail:2.0.3")
implementation("org.eclipse.parsson:jakarta.json:1.1.6")
}
Expand Down
10 changes: 5 additions & 5 deletions gradle/verification-metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -139,12 +139,12 @@
<sha512 value="ae67e13b9ba176040c1b712e200a221a82a5a00b468376bea8cead6773119208dd5c05d46ad17d7e2b36c76bb50424e9a9bb5967f0794e141dace5f5522b61a6" origin="Generated by Gradle"/>
</artifact>
</component>
<component group="org.bouncycastle" name="bcprov-jdk18on" version="1.78">
<artifact name="bcprov-jdk18on-1.78.jar">
<sha512 value="5c2707f611fe4f80d7775bd0b19953384f963dc63128c16583d02c37a5f556938bd8c86fafe82849f11d45d1baa5e8ca405a89f008557e4d9ba476ee6bc05104" origin="Generated by Gradle"/>
<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"/>
</artifact>
<artifact name="bcprov-jdk18on-1.78.pom">
<sha512 value="1ffbc72f519cbd47e9f2046830cff235e6b1d5cf35a51af5c67c56651779efb1da4716fdaeeb7c1341629b80f409ef6f759e70200d741de70529ae1dc3fe3585" origin="Generated by Gradle"/>
<artifact name="bcprov-jdk18on-1.78.1.pom">
<sha512 value="2aab635d15366f64d19ef09a9296e5a38a8fc5f3a558929bec871e1a57f0f6264e5b65e4bfef57980e002e297e91260a74739d83d5aec04dcb5329c8902385ff" origin="Generated by Gradle"/>
</artifact>
</component>
<component group="org.checkerframework" name="checker-qual" version="3.37.0">
Expand Down

0 comments on commit acfaa64

Please sign in to comment.