Skip to content

Commit

Permalink
fix(deps): update dependency org.snakeyaml:snakeyaml-engine to v2.8
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 12, 2024
1 parent 467c137 commit 0572c89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ junit = { module = "junit:junit", version = "4.13.2" }
gson = { module = "com.google.code.gson:gson", version = "2.11.0" }
jcodings = { module = "org.jruby.jcodings:jcodings", version = "1.0.58" }
joni = { module = "org.jruby.joni:joni", version = "2.2.1" }
snakeyaml-engine = { module = "org.snakeyaml:snakeyaml-engine", version = "2.7" }
snakeyaml-engine = { module = "org.snakeyaml:snakeyaml-engine", version = "2.8" }
jdt-annotation = { module = "org.eclipse.jdt:org.eclipse.jdt.annotation", version = "2.3.0" }

tests-google-truth = { module = "com.google.truth:truth", version = "1.4.4" }
Expand Down

0 comments on commit 0572c89

Please sign in to comment.