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 Dec 9, 2024
1 parent ff34828 commit 81304b4
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" }
moshi = { module = "com.squareup.moshi:moshi", version = "1.15.0" }
jdt-annotation = { module = "org.eclipse.jdt:org.eclipse.jdt.annotation", version = "2.3.0" }
monarch-code = { module = "io.github.dingyi222666.monarch:monarch", version = "1.0.3" }
Expand Down

0 comments on commit 81304b4

Please sign in to comment.