diff options
author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2022-08-10 11:39:35 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-10 11:39:35 +0000 |
commit | 91ff5aebac23dcf58127ac1f484b7acfea1d6763 (patch) | |
tree | 972a001cf702754248b33453fd64094dc5d4d0b8 /gradle/libs.versions.toml | |
parent | a1adc5d9e900921c7f7140171e91ad79023346ad (diff) |
fix(deps): update dependency com.hierynomus:sshj to v0.34.0 (#2053)
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 c98ff207..4cebcc01 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -89,7 +89,7 @@ thirdparty-nonfree-sentry = "io.sentry:sentry-android:6.3.1" thirdparty-pgpainless = "org.pgpainless:pgpainless-core:1.3.4" 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.33.0" +thirdparty-sshj = "com.hierynomus:sshj:0.34.0" thirdparty-whatthestack = "com.github.haroldadmin:WhatTheStack:1.0.0-alpha04" [bundles] |