From 595f1a1e03e06f370fce9affda7efc3b655a2d81 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Dec 2023 18:37:02 +0000 Subject: [PATCH] chore(deps): bump com.github.mwiede:jsch from 0.2.13 to 0.2.14 Bumps [com.github.mwiede:jsch](https://github.com/mwiede/jsch) from 0.2.13 to 0.2.14. - [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.14) --- 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..1f96380 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.14") implementation("commons-net:commons-net:3.10.0") // should be increased only when minimum supported IntelliJ is increased