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 }