File tree 1 file changed +7
-7
lines changed
1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -253,18 +253,18 @@ repositories {
253
253
}
254
254
255
255
dependencies {
256
- antlr ' org.antlr:antlr4:4.5.3 '
257
- genCompileOnly ' org.antlr:antlr4-runtime:4.5.3 '
256
+ antlr ' org.antlr:antlr4:4.6 '
257
+ genCompileOnly ' org.antlr:antlr4-runtime:4.6 '
258
258
// Ensure ANTLR output is compiled before main sourceSet
259
259
compile sourceSets. gen. output
260
- compile ' commons-cli:commons-cli:1.3.1 '
261
- compile ' org.antlr:antlr4-runtime:4.5.3 '
262
- compile ' org.fusesource.jansi:jansi:1.14 '
263
- compile ' org.yaml:snakeyaml:1.17 '
260
+ compile ' commons-cli:commons-cli:1.4 '
261
+ compile ' org.antlr:antlr4-runtime:4.6 '
262
+ compile ' org.fusesource.jansi:jansi:1.15 '
263
+ compile ' org.yaml:snakeyaml:1.18 '
264
264
compile ' com.google.code.gson:gson:2.8.0'
265
265
compile ' com.github.spullara.mustache.java:compiler:0.9.4'
266
266
testCompile ' junit:junit:4.12'
267
267
testCompile ' org.hamcrest:hamcrest-all:1.3'
268
- testCompile ' org.mockito:mockito-core:2.2.21 '
268
+ testCompile ' org.mockito:mockito-core:2.7.18 '
269
269
testCompile ' com.github.stefanbirkner:system-rules:1.16.1'
270
270
}
You can’t perform that action at this time.
0 commit comments