Skip to content

Commit b166b08

Browse files
fix(deps): update dependency org.yaml:snakeyaml to v2.4 (#2187)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 53ef0e6 commit b166b08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

metadata-generator/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
dependencies {
2-
implementation("org.yaml:snakeyaml:2.3")
2+
implementation("org.yaml:snakeyaml:2.4")
33
}
44

55
tasks {

0 commit comments

Comments
 (0)