Skip to content

Commit

Permalink
fix(deps): update dependency org.yaml:snakeyaml to v2.3 (#2026)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Sep 1, 2024
1 parent fb6b1b7 commit a80d5d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion metadata-generator/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
dependencies {
implementation("org.yaml:snakeyaml:2.2")
implementation("org.yaml:snakeyaml:2.3")
}

tasks {
Expand Down

0 comments on commit a80d5d4

Please sign in to comment.