We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 084c4f1 commit 065269cCopy full SHA for 065269c
1 file changed
build.gradle
@@ -19,7 +19,7 @@ dependencies {
19
implementation group: 'org.codehaus.groovy', name: 'groovy', version: '3.0.9'
20
21
// Build dependency versions should match the ones used within the script
22
- implementation group: 'org.yaml', name: 'snakeyaml', version: '2.3'
+ implementation group: 'org.yaml', name: 'snakeyaml', version: '2.5'
23
implementation group: 'net.sourceforge.argparse4j', name: 'argparse4j', version: '0.9.0'
24
25
testImplementation group: 'org.spockframework', name: 'spock-core', version: spockVersion
0 commit comments