diff options
author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2022-04-21 09:47:40 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-21 09:47:40 +0530 |
commit | c57eb841ac1dba412a9a1667c41983ee6415c551 (patch) | |
tree | ad249067c2a53b39db9292d7e5de9d5a2d97d775 /gradle | |
parent | caa035b32506fd1359b7fc447d20abc02c4c2ecb (diff) |
chore(deps): update dependency com.hierynomus:sshj to v0.33.0 (#1860)
Co-authored-by: Renovate Bot <bot@renovateapp.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 b826d1ab..b4c2696d 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -90,7 +90,7 @@ thirdparty-nonfree-sentry = "io.sentry:sentry-android:5.7.3" thirdparty-pgpainless = "org.pgpainless:pgpainless-core:1.2.0" thirdparty-sshauth = "com.github.open-keychain.open-keychain:sshauthentication-api:5.7.5" # TODO: Remove bouncycastle-dependency plugin when upgrading this to a BC 1.71 compatible version -thirdparty-sshj = "com.hierynomus:sshj:0.32.0" +thirdparty-sshj = "com.hierynomus:sshj:0.33.0" thirdparty-whatthestack = "com.github.haroldadmin:WhatTheStack:0.3.1" androidx-testing-rules = { module = "androidx.test:rules", version.ref = "androidx_test" } |