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

Commit 7f5bacd

Browse files
Update dependency com.fasterxml.jackson.datatype:jackson-datatype-joda to v2.18.2
1 parent 405f82b commit 7f5bacd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
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.2")
15+
implementation("com.fasterxml.jackson.datatype:jackson-datatype-joda:2.18.2")
1616

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

0 commit comments

Comments
 (0)