diff --git a/build.gradle b/build.gradle index 84fd71e..9017a1b 100644 --- a/build.gradle +++ b/build.gradle @@ -35,7 +35,7 @@ dependencies { exclude module: 'slf4j-simple' } compile 'org.xerial:sqlite-jdbc:3.16.1' - compile 'com.github.spullara.mustache.java:compiler:0.8.18' + compile 'com.github.spullara.mustache.java:compiler:0.9.5' compile 'org.slf4j:slf4j-api:1.7.21' compile 'ch.qos.logback:logback-classic:1.1.7' compile 'com.google.code.gson:gson:2.5'