Skip to content

Commit

Permalink
Update dependency com.fasterxml.jackson.datatype:jackson-datatype-jod…
Browse files Browse the repository at this point in the history
…a to v2.15.3 (#107)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Nov 1, 2023
1 parent 7d1f14f commit 42c02a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kotest-extensions-testcontainers-elastic/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ dependencies {

implementation("com.fasterxml.jackson.module:jackson-module-kotlin:2.15.2")
implementation("com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.15.2")
implementation("com.fasterxml.jackson.datatype:jackson-datatype-joda:2.15.2")
implementation("com.fasterxml.jackson.datatype:jackson-datatype-joda:2.15.3")

testImplementation(libs.kotest.assertions.core)
testImplementation(libs.kotest.runner.junit5)
Expand Down

0 comments on commit 42c02a9

Please sign in to comment.