Skip to content

Commit a5f9cfe

Browse files
renovate[bot]augi
authored andcommitted
fix(deps): update dependency org.yaml:snakeyaml to v2.3
1 parent de0b455 commit a5f9cfe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ repositories {
2424

2525
dependencies {
2626
implementation gradleApi()
27-
implementation 'org.yaml:snakeyaml:2.2'
27+
implementation 'org.yaml:snakeyaml:2.3'
2828
testImplementation gradleTestKit()
2929
testImplementation 'org.spockframework:spock-core:2.3-groovy-3.0'
3030
}

0 commit comments

Comments
 (0)