Skip to content

Commit 9288277

Browse files
Update dependency org.yaml:snakeyaml from 2.2 to 2.3
1 parent be8178d commit 9288277

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ buildscript {
55
mavenCentral()
66
}
77
dependencies {
8-
classpath 'org.yaml:snakeyaml:2.2'
8+
classpath 'org.yaml:snakeyaml:2.3'
99
}
1010
}
1111
//project.afterEvaluate { project.tasks.all { Task t -> t.inputs.file 'build.gradle'; } }

0 commit comments

Comments
 (0)