Skip to content

Commit

Permalink
fix(deps): update dependency org.yaml:snakeyaml to v2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and augi committed Aug 27, 2023
1 parent 09fac00 commit 0aaf618
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 @@ -24,7 +24,7 @@ repositories {

dependencies {
implementation gradleApi()
implementation 'org.yaml:snakeyaml:2.1'
implementation 'org.yaml:snakeyaml:2.2'
testImplementation gradleTestKit()
testImplementation 'org.spockframework:spock-core:2.3-groovy-3.0'
}
Expand Down

0 comments on commit 0aaf618

Please sign in to comment.