From e1786bb510b22581dc3bb94b34be25ba40ac733d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Nov 2024 23:30:44 +0100 Subject: [PATCH] Bump com.github.mwiede:jsch from 0.2.20 to 0.2.21 (#856) Bumps [com.github.mwiede:jsch](https://github.com/mwiede/jsch) from 0.2.20 to 0.2.21. - [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-0.2.20...jsch-0.2.21) --- updated-dependencies: - dependency-name: com.github.mwiede:jsch dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index fc2866a4..da6af730 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -49,7 +49,7 @@ sourceSets { } val jgitVersion = "6.10.0.202406032230-r" -val jschVersion = "0.2.20" +val jschVersion = "0.2.21" val jschAgentVersion = "0.0.9" dependencies {