From 7bef5d04064d7d0448437978b4f72ba79e60e2f6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Feb 2024 18:27:27 +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 c19a47b98..b83c4684b 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-alpha02" implementation "androidx.lifecycle:lifecycle-viewmodel-ktx:$lifecycle_version"