From 9fecd9a33db2dc8df43f6215366dc3e8fe605492 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 May 2026 02:59:56 +0000 Subject: [PATCH] build(deps): Bump com.github.mwiede:jsch from 2.27.9 to 2.28.0 Bumps [com.github.mwiede:jsch](https://github.com/mwiede/jsch) from 2.27.9 to 2.28.0. - [Release notes](https://github.com/mwiede/jsch/releases) - [Changelog](https://github.com/mwiede/jsch/blob/master/ChangeLog) - [Commits](https://github.com/mwiede/jsch/compare/jsch-2.27.9...jsch-2.28.0) --- updated-dependencies: - dependency-name: com.github.mwiede:jsch dependency-version: 2.28.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index b5e68b76..3646dc19 100644 --- a/build.gradle +++ b/build.gradle @@ -59,7 +59,7 @@ dependencies { implementation 'com.google.mug:mug-guava:9.9.1' - testImplementation 'com.github.mwiede:jsch:2.27.9' + testImplementation 'com.github.mwiede:jsch:2.28.0' testImplementation 'com.hierynomus:sshj:0.40.0' implementation 'io.vavr:vavr:1.0.1'