From 3e1bf9d8521a24ae0adc2a34d7ae50e2777ebb5f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 27 Feb 2026 20:58:34 +0000 Subject: [PATCH] fix(deps): update dependency org.apache.sshd:sshd-core to v2.17.1 --- groovy-ssh/cli/build.gradle | 2 +- groovy-ssh/server-integration-test/build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/groovy-ssh/cli/build.gradle b/groovy-ssh/cli/build.gradle index d15422e1..68911f29 100644 --- a/groovy-ssh/cli/build.gradle +++ b/groovy-ssh/cli/build.gradle @@ -13,7 +13,7 @@ dependencies { implementation 'org.codehaus.groovy:groovy-cli-commons:3.0.25' testImplementation project(':groovy-ssh:server-integration-test') - testImplementation 'org.apache.sshd:sshd-core:2.2.0' + testImplementation 'org.apache.sshd:sshd-core:2.17.1' testImplementation platform("org.spockframework:spock-bom:2.3-groovy-3.0") testImplementation "org.spockframework:spock-core" testImplementation "org.spockframework:spock-junit4" diff --git a/groovy-ssh/server-integration-test/build.gradle b/groovy-ssh/server-integration-test/build.gradle index f39cc39c..5577d3df 100644 --- a/groovy-ssh/server-integration-test/build.gradle +++ b/groovy-ssh/server-integration-test/build.gradle @@ -8,7 +8,7 @@ repositories { dependencies { implementation project(':groovy-ssh:core') - implementation 'org.apache.sshd:sshd-core:2.2.0' + implementation 'org.apache.sshd:sshd-core:2.17.1' implementation 'org.apache.sshd:sshd-sftp:2.2.0' implementation 'org.apache.sshd:sshd-scp:2.2.0'