From 1e7474d08edf90574e746b10602c6fd41f7f0f3c Mon Sep 17 00:00:00 2001 From: cburlinchon <31621751+cburlinchon@users.noreply.github.com> Date: Tue, 3 Oct 2017 10:00:56 +0100 Subject: [PATCH] Use latest crash shell which fixes error when using multiple commands or hitting keys accidentally (#1729) --- node/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/node/build.gradle b/node/build.gradle index 276efe01df..10bd5877ff 100644 --- a/node/build.gradle +++ b/node/build.gradle @@ -157,7 +157,7 @@ dependencies { compile "io.netty:netty-all:$netty_version" // CRaSH: An embeddable monitoring and admin shell with support for adding new commands written in Groovy. - compile("com.github.corda.crash:crash.shell:9d242da2a10e686f33a3aefc69e4768824ad0716") { + compile("com.github.corda.crash:crash.shell:d5da86ba1b38e9c33af2a621dd15ba286307bec4") { exclude group: "org.slf4j", module: "slf4j-jdk14" }