Skip to content

Commit 9d56715

Browse files
Merge pull request #479 from sleekbyte/at-478-update-dependencies
#478: Update dependencies
2 parents 62f92e8 + ff198c8 commit 9d56715

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

build.gradle

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -253,18 +253,18 @@ repositories {
253253
}
254254

255255
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'
258258
// Ensure ANTLR output is compiled before main sourceSet
259259
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'
264264
compile 'com.google.code.gson:gson:2.8.0'
265265
compile 'com.github.spullara.mustache.java:compiler:0.9.4'
266266
testCompile 'junit:junit:4.12'
267267
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'
269269
testCompile 'com.github.stefanbirkner:system-rules:1.16.1'
270270
}

0 commit comments

Comments
 (0)