Skip to content

Commit 76b58a1

Browse files
renovate[bot]augi
authored andcommitted
fix(deps): update dependency org.yaml:snakeyaml to v2.4
1 parent f8b2899 commit 76b58a1

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.3'
27+
implementation 'org.yaml:snakeyaml:2.4'
2828
testImplementation gradleTestKit()
2929
testImplementation 'org.spockframework:spock-core:2.3-groovy-3.0'
3030
}

0 commit comments

Comments
 (0)