Skip to content

Commit

Permalink
Update dependency joda-time:joda-time to v2.13.1 (#1768)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Feb 4, 2025
1 parent 8025534 commit 11491f0
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 @@ -140,7 +140,7 @@ subprojects {
testImplementation 'io.github.openfeign:feign-micrometer:13.5'
implementation group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version:'2.17.1'
implementation group: 'com.fasterxml.jackson.core', name: 'jackson-annotations', version:'2.17.1'
implementation group: 'joda-time', name: 'joda-time', version: '2.12.7'
implementation group: 'joda-time', name: 'joda-time', version: '2.13.1'
implementation group: 'org.jboss.aerogear', name: 'aerogear-otp-java', version:'1.0.0'
implementation group:'org.apache.poi', name: 'poi-ooxml', version: '5.2.5'
testImplementation group: 'junit', name: 'junit', version: '4.13.2'
Expand Down

0 comments on commit 11491f0

Please sign in to comment.