diff options
author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2023-01-31 10:28:32 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-31 10:28:32 +0000 |
commit | f6d3ad86ffd8200d78a16de0fe25167f442f0485 (patch) | |
tree | 751a2acde8c1ee00b06c033a7f03a5e281449395 /gradle | |
parent | d43ab32ff324e86bd08792375cccdc6243e34880 (diff) |
fix(deps): update dependency com.hierynomus:sshj to v0.35.0 (#2352)
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 9581e76a..b8bc4130 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -90,7 +90,7 @@ thirdparty-nonfree-sentry = "io.sentry:sentry-android:6.13.0" thirdparty-pgpainless = "org.pgpainless:pgpainless-core:1.4.2" thirdparty-plumber = { module = "com.squareup.leakcanary:plumber-android-startup", version.ref = "leakcanary" } # TODO: Remove the explicit bcpkix dependency when upgrading this to a BC 1.71 compatible version -thirdparty-sshj = "com.hierynomus:sshj:0.34.0" +thirdparty-sshj = "com.hierynomus:sshj:0.35.0" thirdparty-whatthestack = "com.github.haroldadmin:WhatTheStack:1.0.0-alpha04" [bundles] |