Update mustache.java to version 0.9.1

This commit upgrades mustache.java to version 0.9.1. The primary motive
for this is because version 0.8.13 depends on Guava, but version 0.9.1
does not.

Relates #13224
This commit is contained in:
Jason Tedor 2015-10-09 13:56:44 -04:00
parent 699397a402
commit 81b9932ee8
3 changed files with 2 additions and 2 deletions

View File

@ -1 +0,0 @@
f92c71c9bf324fcb66fa07a0fc9c2729d67b8919

View File

@ -0,0 +1 @@
14aec5344639782ee76441401b773946c65eb2b3

View File

@ -302,7 +302,7 @@
<dependency>
<groupId>com.github.spullara.mustache.java</groupId>
<artifactId>compiler</artifactId>
<version>0.8.13</version>
<version>0.9.1</version>
</dependency>
<!-- Used in plugins -->