Skip to content

Commit

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

Expand Down

0 comments on commit a4969e7

Please sign in to comment.