From 81cb72888025cdc1051b5de4301b5365c1d963ad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Oct 2023 23:57:53 +0000 Subject: [PATCH] Bump org.apache.sshd:sshd-git from 2.10.0 to 2.11.0 Bumps [org.apache.sshd:sshd-git](https://github.com/apache/mina-sshd) from 2.10.0 to 2.11.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.10.0...sshd-2.11.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] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 1d612601..ccd77d05 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.3") testImplementation("org.apache.sshd:sshd-core:2.11.0") - testImplementation("org.apache.sshd:sshd-git:2.10.0") + testImplementation("org.apache.sshd:sshd-git:2.11.0") testImplementation(gradleTestKit()) }