Update ANTLR in qa project as well
Original commit: elastic/x-pack-elasticsearch@58c10398b4
This commit is contained in:
parent
660cb3b814
commit
f26a9acdc4
|
@ -22,7 +22,7 @@ dependencies {
|
||||||
compile "net.sourceforge.csvjdbc:csvjdbc:1.0.31"
|
compile "net.sourceforge.csvjdbc:csvjdbc:1.0.31"
|
||||||
runtime "com.h2database:h2:1.4.194"
|
runtime "com.h2database:h2:1.4.194"
|
||||||
// used for running debug tests
|
// 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
|
// There are *no* CLI testing dependencies because we
|
||||||
// communicate fork a new CLI process when we need it.
|
// communicate fork a new CLI process when we need it.
|
||||||
|
@ -121,7 +121,7 @@ subprojects {
|
||||||
testRuntime("com.h2database:h2:1.4.194") {
|
testRuntime("com.h2database:h2:1.4.194") {
|
||||||
transitive = false
|
transitive = false
|
||||||
}
|
}
|
||||||
testRuntime("org.antlr:antlr4-runtime:4.5.1-1") {
|
testRuntime("org.antlr:antlr4-runtime:4.5.3") {
|
||||||
transitive = false
|
transitive = false
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue