Skip to content

Commit 7d78689

Browse files
authored
Merge pull request #369 from gocd/dependabot/gradle/com.github.spullara.mustache.java-compiler-0.9.11
Bump com.github.spullara.mustache.java:compiler from 0.9.10 to 0.9.11
2 parents eb01fb7 + aa281bf commit 7d78689

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ dependencies {
6666
implementation group: 'com.google.code.gson', name: 'gson', version: '2.10.1'
6767
implementation project.deps.kubernetesClientApi
6868
runtimeOnly group: 'io.fabric8', name: 'kubernetes-client', version: project.versions.kubernetesClientApi
69-
implementation group: 'com.github.spullara.mustache.java', name: 'compiler', version: '0.9.10'
69+
implementation group: 'com.github.spullara.mustache.java', name: 'compiler', version: '0.9.11'
7070
implementation group: 'org.freemarker', name: 'freemarker', version: '2.3.32'
7171

7272
testImplementation project.deps.gocdPluginApi

0 commit comments

Comments
 (0)