Bumped Mustache Compiler to version 0.9.13
This commit is contained in:
parent
bf75fb0faa
commit
6f738cee9e
2 changed files with 2 additions and 2 deletions
2
pom.xml
2
pom.xml
|
@ -18,7 +18,7 @@
|
|||
<dependency>
|
||||
<groupId>com.github.spullara.mustache.java</groupId>
|
||||
<artifactId>compiler</artifactId>
|
||||
<version>0.9.12</version>
|
||||
<version>0.9.13</version>
|
||||
<scope>compile</scope>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
|
|
@ -71,7 +71,7 @@ public class SemverBuild extends Project {
|
|||
repositories = List.of(MAVEN_CENTRAL, SONATYPE_SNAPSHOTS);
|
||||
|
||||
scope(compile)
|
||||
.include(dependency("com.github.spullara.mustache.java", "compiler", version(0, 9, 12)));
|
||||
.include(dependency("com.github.spullara.mustache.java", "compiler", version(0, 9, 13)));
|
||||
scope(test)
|
||||
.include(dependency("org.junit.jupiter", "junit-jupiter", version(5, 10, 2)))
|
||||
.include(dependency("org.junit.platform", "junit-platform-console-standalone", version(1, 10, 2)));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue