diff options
author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2023-06-21 07:27:10 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-21 07:27:10 +0000 |
commit | a644bccba7474643d9306ccf76029467d0078d90 (patch) | |
tree | 16e5d3683cc278670d135acc98ffce3a29fcb294 /gradle | |
parent | 5e074b404d67080d414bc4c34c2027ad6a6ec62c (diff) |
fix(deps): update bouncycastle to v1.75 (#2557)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Diffstat (limited to 'gradle')
-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 c70b0122..af47a4d6 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,7 +1,7 @@ [versions] agp = "8.2.0-alpha09" androidxActivity = "1.7.2" -bouncycastle = "1.74" +bouncycastle = "1.75" # @keep used for kotlinCompilerExtensionVersion composeCompiler = "1.4.7" coroutines = "1.7.1" |