Skip to content

Commit

Permalink
fix(deps): update dependency com.fasterxml.jackson.module:jackson-mod…
Browse files Browse the repository at this point in the history
…ule-kotlin to v2.17.0
  • Loading branch information
renovate[bot] committed Mar 13, 2024
1 parent a4c2743 commit 309b8c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ dependencies {
api(group = "io.ktor", name = "ktor-client", version = "2.3.8")

// Jackson
implementation(group = "com.fasterxml.jackson.module", name = "jackson-module-kotlin", version = "2.16.1")
implementation(group = "com.fasterxml.jackson.module", name = "jackson-module-kotlin", version = "2.17.0")
api(group = "io.ktor", name = "ktor-serialization-jackson", version = "2.3.8")
api(group = "io.ktor", name = "ktor-client-content-negotiation", version = "2.3.8")

Expand Down

0 comments on commit 309b8c3

Please sign in to comment.