Skip to content

Commit

Permalink
Update dependency org.yaml:snakeyaml to v2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 29, 2023
1 parent 981eb99 commit 0664d69
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 @@ -25,7 +25,7 @@ dependencyResolutionManagement {
library("jackson-databind", "com.fasterxml.jackson.core:jackson-databind:2.15.2")
library("jackson-annotations", "com.fasterxml.jackson.core:jackson-annotations:2.15.2")
library("jackson-yaml", "com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.15.2")
library("snakeyaml", "org.yaml:snakeyaml:2.0")
library("snakeyaml", "org.yaml:snakeyaml:2.2")
bundle("jackson", listOf("jackson-databind", "jackson-annotations", "jackson-yaml"))

// adventure
Expand Down

0 comments on commit 0664d69

Please sign in to comment.