Upgrade to SnakeYAML 2.2

This commit is contained in:
Juergen Hoeller 2023-11-09 11:52:02 +01:00
parent 6c00e6162b
commit 8841b7c3bb
1 changed files with 1 additions and 1 deletions

View File

@ -147,6 +147,6 @@ dependencies {
api("org.webjars:webjars-locator-core:0.53")
api("org.xmlunit:xmlunit-assertj:2.9.1")
api("org.xmlunit:xmlunit-matchers:2.9.1")
api("org.yaml:snakeyaml:2.0")
api("org.yaml:snakeyaml:2.2")
}
}