From 62dc4af195327596adfb50bff7d0f1a653ec6a99 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Oct 2024 08:38:31 +0200 Subject: [PATCH] Bump org.apache.sshd:sshd-git from 2.13.2 to 2.14.0 (#833) Bumps [org.apache.sshd:sshd-git](https://github.com/apache/mina-sshd) from 2.13.2 to 2.14.0. - [Release notes](https://github.com/apache/mina-sshd/releases) - [Changelog](https://github.com/apache/mina-sshd/blob/master/CHANGES.md) - [Commits](https://github.com/apache/mina-sshd/compare/sshd-2.13.2...sshd-2.14.0) --- updated-dependencies: - dependency-name: org.apache.sshd:sshd-git dependency-type: direct:production update-type: version-update:semver-minor ... 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 d8a7ea94..2e94c8bd 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -79,7 +79,7 @@ dependencies { testImplementation("cglib:cglib-nodep:3.3.0") testImplementation("org.objenesis:objenesis:3.4") testImplementation("org.apache.sshd:sshd-core:2.14.0") - testImplementation("org.apache.sshd:sshd-git:2.13.2") + testImplementation("org.apache.sshd:sshd-git:2.14.0") testImplementation("com.github.stefanbirkner:system-rules:1.19.0") testImplementation(gradleTestKit()) }