We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1179a4e commit 6308701Copy full SHA for 6308701
build.gradle
@@ -62,7 +62,7 @@ dependencies {
62
compile group: 'commons-io', name: 'commons-io', version: '2.6'
63
compile group: 'joda-time', name: 'joda-time', version: '2.9.4'
64
compile group: 'io.fabric8', name: 'kubernetes-client', version: '3.1.8'
65
- compile group: 'com.github.spullara.mustache.java', name: 'compiler', version: '0.9.5'
+ compile group: 'com.github.spullara.mustache.java', name: 'compiler', version: '0.9.6'
66
compile group: 'org.freemarker', name: 'freemarker', version: '2.3.23'
67
68
testCompile group: 'junit', name: 'junit', version: '4.12'
0 commit comments