Skip to content

Commit

Permalink
Update dependency com.fasterxml.jackson.module:jackson-module-kotlin …
Browse files Browse the repository at this point in the history
…to v2.18.1
  • Loading branch information
renovate[bot] authored Oct 29, 2024
1 parent 2236f1b commit 02e60da
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 @@ -17,7 +17,7 @@ dependencies {
implementation(group = "com.github.kittinunf.fuel", name = "fuel", version = "2.3.1")
implementation(group = "com.github.kittinunf.fuel", name = "fuel-jackson", version = "2.3.1")

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.18.1")
}

tasks.withType<KotlinCompile> {
Expand Down

0 comments on commit 02e60da

Please sign in to comment.