Skip to content

Commit

Permalink
fix(deps): update dependency com.fasterxml.jackson.core:jackson-core …
Browse files Browse the repository at this point in the history
…to v2.17.2
  • Loading branch information
renovate[bot] authored Aug 8, 2024
1 parent a269ae5 commit c68d504
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 @@ -91,7 +91,7 @@ dependencyResolutionManagement {

library("postgresql", "org.postgresql:postgresql:42.6.0")

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

Expand Down

0 comments on commit c68d504

Please sign in to comment.