Update ANTLR in qa project as well

Original commit: elastic/x-pack-elasticsearch@58c10398b4
This commit is contained in:
Costin Leau 2017-10-27 23:43:37 +03:00
parent 660cb3b814
commit f26a9acdc4
1 changed files with 2 additions and 2 deletions

View File

@ -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
}