From f26a9acdc43ef6aa0e1158f3798068a0f9e8144f Mon Sep 17 00:00:00 2001 From: Costin Leau Date: Fri, 27 Oct 2017 23:43:37 +0300 Subject: [PATCH] Update ANTLR in qa project as well Original commit: elastic/x-pack-elasticsearch@58c10398b46b2b98cf503ca68e58ab9c89727a7d --- qa/sql/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/qa/sql/build.gradle b/qa/sql/build.gradle index b40a3c36192..76bac6d7429 100644 --- a/qa/sql/build.gradle +++ b/qa/sql/build.gradle @@ -22,7 +22,7 @@ dependencies { compile "net.sourceforge.csvjdbc:csvjdbc:1.0.31" runtime "com.h2database:h2:1.4.194" // used for running debug tests - runtime 'org.antlr:antlr4-runtime:4.5.1-1' + runtime 'org.antlr:antlr4-runtime:4.5.3' // There are *no* CLI testing dependencies because we // communicate fork a new CLI process when we need it. @@ -121,7 +121,7 @@ subprojects { testRuntime("com.h2database:h2:1.4.194") { transitive = false } - testRuntime("org.antlr:antlr4-runtime:4.5.1-1") { + testRuntime("org.antlr:antlr4-runtime:4.5.3") { transitive = false }