Skip to content

Commit

Permalink
Merge pull request #280 from gocd-contrib/dependabot/gradle/joda-time…
Browse files Browse the repository at this point in the history
…-joda-time-2.13.0

Bump joda-time:joda-time from 2.12.7 to 2.13.0
  • Loading branch information
chadlwilson committed Sep 21, 2024
2 parents 7fe5173 + 879efee commit 06d28da
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 @@ -81,7 +81,7 @@ dependencies {
})
}

implementation group: 'joda-time', name: 'joda-time', version: '2.12.7'
implementation group: 'joda-time', name: 'joda-time', version: '2.13.0'
implementation group: 'org.freemarker', name: 'freemarker', version: '2.3.33'
constraints {
implementation('commons-io:commons-io:2.17.0') {
Expand Down

0 comments on commit 06d28da

Please sign in to comment.