From c96ca2d42418eb3083d78a830ab11e26898d5a9a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Jul 2025 16:05:01 +0800 Subject: [PATCH] chore(deps): bump com.github.mwiede:jsch from 0.2.26 to 2.27.2 Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index d4d2396..df89180 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -23,7 +23,7 @@ jSystemThemeDetector = "3.9.1" commons-io = "2.19.0" jbr-api = "17.1.10.1" hutool = "5.8.37" -jsch = "0.2.26" +jsch = "2.27.2" okhttp = "5.1.0" sshj = "0.39.0" sshd-core = "2.15.0"