Skip to content
This repository was archived by the owner on Feb 16, 2025. It is now read-only.

Commit 3b1dd0b

Browse files
Update dependency com.fasterxml.jackson.datatype:jackson-datatype-joda to v2.17.2 (#129)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent f9c062c commit 3b1dd0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kotest-extensions-testcontainers-elastic/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ dependencies {
1212

1313
implementation("com.fasterxml.jackson.module:jackson-module-kotlin:2.15.2")
1414
implementation("com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.15.2")
15-
implementation("com.fasterxml.jackson.datatype:jackson-datatype-joda:2.17.1")
15+
implementation("com.fasterxml.jackson.datatype:jackson-datatype-joda:2.17.2")
1616

1717
testImplementation(libs.kotest.assertions.core)
1818
testImplementation(libs.kotest.runner.junit5)

0 commit comments

Comments
 (0)