Build against SnakeYAML 1.31 but still use 1.29 in dep mgmt and starter

This commit is contained in:
Andy Wilkinson
2022-09-05 11:46:23 +01:00
committed by Brian Clozel
parent 7b12926d8c
commit d9265f0a92
2 changed files with 12 additions and 3 deletions

View File

@@ -164,6 +164,13 @@ bom {
]
}
}
library("SnakeYAML", "1.31") {
group("org.yaml") {
modules = [
"snakeyaml"
]
}
}
library("Spock Framework", "2.0-groovy-3.0") {
group("org.spockframework") {
modules = [