Skip to content

Commit

Permalink
Merge pull request #419 from gocd/dependabot/gradle/com.github.spulla…
Browse files Browse the repository at this point in the history
…ra.mustache.java-compiler-0.9.14

Bump com.github.spullara.mustache.java:compiler from 0.9.13 to 0.9.14
  • Loading branch information
chadlwilson authored Jul 12, 2024
2 parents afcc219 + 64cf09c commit 1d46e3a
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 @@ -76,7 +76,7 @@ dependencies {
}

runtimeOnly group: 'org.bouncycastle', name: 'bcpkix-jdk18on', version: '1.78.1'
implementation group: 'com.github.spullara.mustache.java', name: 'compiler', version: '0.9.13'
implementation group: 'com.github.spullara.mustache.java', name: 'compiler', version: '0.9.14'
implementation group: 'org.freemarker', name: 'freemarker', version: '2.3.33'

testImplementation project.deps.gocdPluginApi
Expand Down

0 comments on commit 1d46e3a

Please sign in to comment.