From d63b6b1d975aff4712c22476e75f637a20087edf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 21 Feb 2024 12:56:30 +0000 Subject: [PATCH] build(deps): bump org.connectbot:sshlib from 2.2.9 to 2.2.23 Bumps [org.connectbot:sshlib](https://github.com/connectbot/sshlib) from 2.2.9 to 2.2.23. - [Commits](https://github.com/connectbot/sshlib/compare/2.2.9...2.2.23) --- updated-dependencies: - dependency-name: org.connectbot:sshlib dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index c65a9ac72..135a369dd 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -96,7 +96,7 @@ dependencies { implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version" - implementation 'org.connectbot:sshlib:2.2.9' + implementation 'org.connectbot:sshlib:2.2.23' def lifecycle_version = "2.8.0-alpha01" implementation "androidx.lifecycle:lifecycle-viewmodel-ktx:$lifecycle_version"