Skip to content

Commit

Permalink
Update jackson to v2.17.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 8, 2024
1 parent c4e3b8d commit 5c5b1d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ dependencyResolutionManagement {
library("logback-classic", "ch.qos.logback:logback-classic:$logback")
library("logback-core", "ch.qos.logback:logback-core:$logback")

val jackson = "2.15.3"
val jackson = "2.17.2"
library("jackson-core", "com.fasterxml.jackson.core:jackson-core:$jackson")
library("jackson-module-kotlin", "com.fasterxml.jackson.module:jackson-module-kotlin:$jackson")

Expand Down

0 comments on commit 5c5b1d6

Please sign in to comment.