Skip to content

Commit

Permalink
Updated joda-time to newest version, to avoid (#62)
Browse files Browse the repository at this point in the history
  • Loading branch information
madsop-nav authored Jan 9, 2025
1 parent 2b8388d commit d9304d8
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 @@ -31,7 +31,7 @@ repositories {
dependencies {
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
implementation "org.slf4j:slf4j-api:1.7.36"
implementation "joda-time:joda-time:2.11.0"
implementation "joda-time:joda-time:2.12.7"
// TODO: upgrade to 5+ when dropping Java 8 supports
implementation "com.zaxxer:HikariCP:4.0.3"
testImplementation "org.jetbrains.kotlin:kotlin-test-junit:$kotlin_version"
Expand Down

0 comments on commit d9304d8

Please sign in to comment.