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.17.2
  • Loading branch information
renovate[bot] authored Jul 5, 2024
1 parent 1990b0f commit 70f9f77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-logic/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ dependencies {
dependencies {
// workaround for using version catalog in precompiled script plugins
// implementation(files(libs.javaClass.superclass.protectionDomain.codeSource.location))
implementation("com.fasterxml.jackson.module:jackson-module-kotlin:2.15.2")
implementation("com.fasterxml.jackson.module:jackson-module-kotlin:2.17.2")

}

Expand Down

0 comments on commit 70f9f77

Please sign in to comment.