Skip to content

Commit

Permalink
fix(deps): update dependency org.yaml:snakeyaml to v1.31
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and augi committed Aug 27, 2022
1 parent c15bc18 commit 9f7f19b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ repositories {

dependencies {
implementation gradleApi()
implementation 'org.yaml:snakeyaml:1.30'
implementation 'org.yaml:snakeyaml:1.31'
testImplementation gradleTestKit()
testImplementation 'org.spockframework:spock-core:2.1-groovy-2.5'
}
Expand Down

0 comments on commit 9f7f19b

Please sign in to comment.