We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f73d91f + a49240f commit c2d0481Copy full SHA for c2d0481
build.gradle
@@ -262,9 +262,9 @@ dependencies {
262
compile 'org.fusesource.jansi:jansi:1.13'
263
compile 'org.yaml:snakeyaml:1.17'
264
compile 'com.google.code.gson:gson:2.7'
265
- compile 'com.github.spullara.mustache.java:compiler:0.9.3'
+ compile 'com.github.spullara.mustache.java:compiler:0.9.4'
266
testCompile 'junit:junit:4.12'
267
testCompile 'org.hamcrest:hamcrest-all:1.3'
268
- testCompile 'org.mockito:mockito-core:2.1.0'
+ testCompile 'org.mockito:mockito-core:2.2.0'
269
testCompile 'com.github.stefanbirkner:system-rules:1.16.1'
270
}
0 commit comments