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:
parent
699397a402
commit
81b9932ee8
|
@ -1 +0,0 @@
|
||||||
f92c71c9bf324fcb66fa07a0fc9c2729d67b8919
|
|
|
@ -0,0 +1 @@
|
||||||
|
14aec5344639782ee76441401b773946c65eb2b3
|
2
pom.xml
2
pom.xml
|
@ -302,7 +302,7 @@
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.github.spullara.mustache.java</groupId>
|
<groupId>com.github.spullara.mustache.java</groupId>
|
||||||
<artifactId>compiler</artifactId>
|
<artifactId>compiler</artifactId>
|
||||||
<version>0.8.13</version>
|
<version>0.9.1</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
<!-- Used in plugins -->
|
<!-- Used in plugins -->
|
||||||
|
|
Loading…
Reference in New Issue