From 2424c970caf348f44193277e34ef635b7a8bc732 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Apr 2021 09:27:25 +0000 Subject: [PATCH] build(deps): bump ganymed-ssh2 from build209 to 261 Bumps ganymed-ssh2 from build209 to 261. Signed-off-by: dependabot[bot] --- modules/helma/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/helma/build.gradle b/modules/helma/build.gradle index 81f22c50..a982bed4 100644 --- a/modules/helma/build.gradle +++ b/modules/helma/build.gradle @@ -1,5 +1,5 @@ dependencies { - runtimeOnly 'ch.ethz.ganymed:ganymed-ssh2:build209' + runtimeOnly 'ch.ethz.ganymed:ganymed-ssh2:261' runtimeOnly 'net.sourceforge.jexcelapi:jxl:2.5.7' runtimeOnly 'org.apache.lucene:lucene-analyzers:2.2.0' runtimeOnly 'org.apache.lucene:lucene-core:2.2.0'