Skip to content

Commit c16c3a1

Browse files
committed
update Bouncy Castle to 1.81
1 parent 53f287b commit c16c3a1

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

app/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ dependencies {
108108

109109
implementation("com.google.android.material:material:1.12.0")
110110

111-
implementation("org.bouncycastle:bcprov-jdk18on:1.80")
111+
implementation("org.bouncycastle:bcprov-jdk18on:1.81")
112112

113113
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.8.1")
114114
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-android:1.8.1")

gradle/verification-metadata.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2615,12 +2615,12 @@
26152615
<sha512 value="def89485d4db1be6299d539e261c52bc89830e21256005f26315f81637e0292d37e4ce754fd00dbc8a51e6c65cdd94e5fb5837fbc4d63d4835e90e8e96a7e040" origin="Generated by Gradle"/>
26162616
</artifact>
26172617
</component>
2618-
<component group="org.bouncycastle" name="bcprov-jdk18on" version="1.80">
2619-
<artifact name="bcprov-jdk18on-1.80.jar">
2620-
<sha512 value="0773042bd35e22a582cbe89f4be8a8476487b6e030ee83e86038d43cba0d6c775e91c51ad31f126e19b440ced6c03f73e4fdac79fc17b664d0c84b4e859fa90d" origin="Generated by Gradle"/>
2618+
<component group="org.bouncycastle" name="bcprov-jdk18on" version="1.81">
2619+
<artifact name="bcprov-jdk18on-1.81.jar">
2620+
<sha512 value="e44c612fd4658ae5ee9f451b865e4f490ed73bb229e772c4c14769b1d14ba1879b130983e87557609ee815d7c56f8b339b37e00404088e5bc5f0c3715880f4eb" origin="Generated by Gradle"/>
26212621
</artifact>
2622-
<artifact name="bcprov-jdk18on-1.80.pom">
2623-
<sha512 value="12119f747a1c2232b4782188bca125edb9094fe6be0fa7f90913088309b9b85c0c3f3086921ba886ab0c61f522c3dc406af8146da67cd1a8ec1e9b391859bbd8" origin="Generated by Gradle"/>
2622+
<artifact name="bcprov-jdk18on-1.81.pom">
2623+
<sha512 value="7d9df33825cbdee98a50185456f681a5f72d9148023e063cda1ea12bc5ac49b4bc7f808913db3cb17f2c0387bbd00bbb481896679dafb85fbf99ded34454fcc2" origin="Generated by Gradle"/>
26242624
</artifact>
26252625
</component>
26262626
<component group="org.bouncycastle" name="bcutil-jdk18on" version="1.79">

0 commit comments

Comments
 (0)