diff options
author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2023-07-31 05:49:05 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-31 05:49:05 +0000 |
commit | 222ff5b052f404747196fc29c9b9fc14c43fb751 (patch) | |
tree | a872496ece5aa49910e778f4889e89e5820f88d6 /gradle/libs.versions.toml | |
parent | 249550e4e78cab83a26e1eb0f1feb8d211bcb67b (diff) |
fix(deps): update bouncycastle to v1.76 (#2632)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Harsh Shandilya <me@msfjarvis.dev>
Diffstat (limited to 'gradle/libs.versions.toml')
-rw-r--r-- | gradle/libs.versions.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 9a22a87f..406a21cb 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,7 +1,7 @@ [versions] agp = "8.2.0-alpha14" androidxActivity = "1.8.0-alpha06" -bouncycastle = "1.75" +bouncycastle = "1.76" moshi = "1.15.0" # @keep used for kotlinCompilerExtensionVersion composeCompiler = "1.5.1" |