From 12cc65aa18ce3a2b2343b0cf51b321a15e839186 Mon Sep 17 00:00:00 2001 From: Fabian Schlenz Date: Sat, 3 Mar 2018 22:04:48 +0100 Subject: [PATCH] Bumped mustache to v0.9.5 in order to become compatible to Java 9 and newer. Fixes #93. --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'