diff options
author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2023-07-07 09:59:40 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-07 09:59:40 +0530 |
commit | a78b3c325b1c5c66bcfdfa5a8e2c273147d9c4f8 (patch) | |
tree | cc1d64feb703cab4cc75ddcb8496dccee7582fde /gradle | |
parent | ec7cb004378240d3c2114647694604c5c3951cc1 (diff) |
fix(deps): update dependency com.eygraber:uri-kmp to v0.0.13 (#2590)
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 6495ae37..33d661e9 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -100,7 +100,7 @@ thirdparty-plumber = { module = "com.squareup.leakcanary:plumber-android-startup thirdparty-slack-lints = "com.slack.lint:slack-lint-checks:0.3.0" # TODO: Remove the explicit bcpkix dependency when upgrading this to a BC 1.71 compatible version thirdparty-sshj = "com.hierynomus:sshj:0.35.0" -thirdparty-uri = "com.eygraber:uri-kmp:0.0.12" +thirdparty-uri = "com.eygraber:uri-kmp:0.0.13" thirdparty-whatthestack = "com.github.haroldadmin:WhatTheStack:1.0.0-alpha04" [bundles] |