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

Commit df260cc

Browse files
Update dependency com.fasterxml.jackson.datatype:jackson-datatype-jsr310 to v2.18.1
1 parent a94f2d4 commit df260cc

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
@@ -11,7 +11,7 @@ dependencies {
1111
api(libs.elastic.client)
1212

1313
implementation("com.fasterxml.jackson.module:jackson-module-kotlin:2.15.2")
14-
implementation("com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.15.2")
14+
implementation("com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.18.1")
1515
implementation("com.fasterxml.jackson.datatype:jackson-datatype-joda:2.17.2")
1616

1717
testImplementation(libs.kotest.assertions.core)

0 commit comments

Comments
 (0)