Skip to content

Commit

Permalink
Merge pull request #414 from gocd/dependabot/gradle/org.freemarker-fr…
Browse files Browse the repository at this point in the history
…eemarker-2.3.33

Bump org.freemarker:freemarker from 2.3.32 to 2.3.33
  • Loading branch information
chadlwilson authored Jun 7, 2024
2 parents 0f18145 + a057caf commit 490b814
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 @@ -77,7 +77,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: 'org.freemarker', name: 'freemarker', version: '2.3.32'
implementation group: 'org.freemarker', name: 'freemarker', version: '2.3.33'

testImplementation project.deps.gocdPluginApi
testImplementation platform('org.junit:junit-bom:5.10.2')
Expand Down

0 comments on commit 490b814

Please sign in to comment.