Build against SnakeYAML 1.31 but still use 1.29 in dep mgmt and starter
This commit is contained in:
committed by
Brian Clozel
parent
7b12926d8c
commit
d9265f0a92
@@ -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 = [
|
||||
|
||||
Reference in New Issue
Block a user