From 356ec9ed08c33033e1fb56718d27c1af262715c8 Mon Sep 17 00:00:00 2001 From: Jeroen van Erp Date: Fri, 20 Jan 2017 16:30:01 +0100 Subject: [PATCH] Upgraded to mina sshd 1.2.0 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index f6d61f34..b45de622 100644 --- a/build.gradle +++ b/build.gradle @@ -37,7 +37,7 @@ dependencies { testCompile "junit:junit:4.11" testCompile 'org.spockframework:spock-core:1.0-groovy-2.4' testCompile "org.mockito:mockito-core:1.9.5" - testCompile "org.apache.sshd:sshd-core:1.1.0" + testCompile "org.apache.sshd:sshd-core:1.2.0" testRuntime "ch.qos.logback:logback-classic:1.1.2" testCompile 'org.glassfish.grizzly:grizzly-http-server:2.3.17' testCompile 'org.apache.httpcomponents:httpclient:4.5.2'