Skip to content

Commit

Permalink
Update dependency com.fasterxml.jackson.core:jackson-databind to v2.15.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 24, 2023
1 parent 8696117 commit d7a826f
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 @@ -22,7 +22,7 @@ dependencyResolutionManagement {
create("libs") {
// jackson & serialization
version("jackson", "2.14.2")
library("jackson-databind", "com.fasterxml.jackson.core:jackson-databind:2.15.2")
library("jackson-databind", "com.fasterxml.jackson.core:jackson-databind:2.15.3")
library("jackson-annotations", "com.fasterxml.jackson.core:jackson-annotations:2.15.3")
library("jackson-yaml", "com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.15.2")
library("snakeyaml", "org.yaml:snakeyaml:2.2")
Expand Down

0 comments on commit d7a826f

Please sign in to comment.