From 58a8db44cd9578172c1c9cc5d8d4550b75dfb511 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Sep 2024 21:57:46 +0200 Subject: [PATCH] Bump com.github.mwiede:jsch from 0.2.19 to 0.2.20 (#821) Bumps [com.github.mwiede:jsch](https://github.com/mwiede/jsch) from 0.2.19 to 0.2.20. - [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.19...jsch-0.2.20) --- 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 2f4a3e27..6b1baa66 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.19" +val jschVersion = "0.2.20" val jschAgentVersion = "0.0.9" dependencies {