From 3a49ee260c3a61f6a0462cca450bdbc4cedd7508 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2026 08:54:27 +0000 Subject: [PATCH] all: bump org.connectbot:sshlib from 2.2.9 to 2.2.44 Bumps [org.connectbot:sshlib](https://github.com/connectbot/sshlib) from 2.2.9 to 2.2.44. - [Commits](https://github.com/connectbot/sshlib/compare/2.2.9...2.2.44) --- updated-dependencies: - dependency-name: org.connectbot:sshlib dependency-version: 2.2.44 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 bb77ba1d5..f0630f7d8 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -93,7 +93,7 @@ dependencies { implementation 'com.android.support:multidex:1.0.3' implementation 'me.toptas.fancyshowcase:fancyshowcaseview:1.3.3' implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version" - implementation 'org.connectbot:sshlib:2.2.9' + implementation 'org.connectbot:sshlib:2.2.44' implementation "androidx.core:core-splashscreen:1.2.0" def lifecycle_version = "2.10.0"