Skip to content

Commit

Permalink
Bump compiler from 0.9.5 to 0.9.6
Browse files Browse the repository at this point in the history
Bumps [compiler](https://github.com/spullara/mustache.java) from 0.9.5 to 0.9.6.
- [Release notes](https://github.com/spullara/mustache.java/releases)
- [Commits](spullara/mustache.java@mustache.java-0.9.5...mustache.java-0.9.6)

Signed-off-by: dependabot[bot] <support@dependabot.com>
  • Loading branch information
dependabot-support authored and ketan committed Mar 27, 2019
1 parent 1179a4e commit 6308701
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ dependencies {
compile group: 'commons-io', name: 'commons-io', version: '2.6'
compile group: 'joda-time', name: 'joda-time', version: '2.9.4'
compile group: 'io.fabric8', name: 'kubernetes-client', version: '3.1.8'
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'
compile group: 'org.freemarker', name: 'freemarker', version: '2.3.23'

testCompile group: 'junit', name: 'junit', version: '4.12'
Expand Down

0 comments on commit 6308701

Please sign in to comment.