Skip to content

Commit 065269c

Browse files
fix(deps): update dependency org.yaml:snakeyaml to v2.5
1 parent 084c4f1 commit 065269c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ dependencies {
1919
implementation group: 'org.codehaus.groovy', name: 'groovy', version: '3.0.9'
2020

2121
// Build dependency versions should match the ones used within the script
22-
implementation group: 'org.yaml', name: 'snakeyaml', version: '2.3'
22+
implementation group: 'org.yaml', name: 'snakeyaml', version: '2.5'
2323
implementation group: 'net.sourceforge.argparse4j', name: 'argparse4j', version: '0.9.0'
2424

2525
testImplementation group: 'org.spockframework', name: 'spock-core', version: spockVersion

0 commit comments

Comments
 (0)