Skip to content

Commit aa281bf

Browse files
Bump com.github.spullara.mustache.java:compiler from 0.9.10 to 0.9.11
Bumps [com.github.spullara.mustache.java:compiler](https://github.com/spullara/mustache.java) from 0.9.10 to 0.9.11. - [Commits](spullara/mustache.java@0.9.10...mustache.java-0.9.11) --- updated-dependencies: - dependency-name: com.github.spullara.mustache.java:compiler dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 59a6c00 commit aa281bf

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)