From 93b3975d3f4cf1a251b7f8fe110149f34b584deb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Mar 2024 18:09:05 +0000 Subject: [PATCH] chore(deps): bump com.github.mwiede:jsch from 0.2.13 to 0.2.17 Bumps [com.github.mwiede:jsch](https://github.com/mwiede/jsch) from 0.2.13 to 0.2.17. - [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.13...jsch-0.2.17) --- updated-dependencies: - dependency-name: com.github.mwiede:jsch dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index d61e219..4898677 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -31,7 +31,7 @@ repositories { } dependencies { - implementation("com.github.mwiede:jsch:0.2.13") + implementation("com.github.mwiede:jsch:0.2.17") implementation("commons-net:commons-net:3.10.0") // should be increased only when minimum supported IntelliJ is increased