From 06ecb8beeb66237c685bd6cd10356a47833c325a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Sep 2025 00:02:56 +0000 Subject: [PATCH] Bump org.apache.sshd:sshd-core from 2.15.0 to 2.16.0 Bumps [org.apache.sshd:sshd-core](https://github.com/apache/mina-sshd) from 2.15.0 to 2.16.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.15.0...sshd-2.16.0) --- updated-dependencies: - dependency-name: org.apache.sshd:sshd-core dependency-version: 2.16.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 0fab87ed..e2f60f52 100644 --- a/build.gradle +++ b/build.gradle @@ -135,7 +135,7 @@ dependencies { implementation 'io.appium:java-client:9.4.0' implementation 'org.awaitility:awaitility:4.3.0' implementation 'org.wiremock:wiremock:3.12.1' - implementation 'org.apache.sshd:sshd-core:2.15.0' + implementation 'org.apache.sshd:sshd-core:2.16.0' implementation 'org.assertj:assertj-core:3.27.3' implementation 'org.hamcrest:hamcrest-all:1.3' implementation 'org.testng:testng:7.11.0'