Skip to content

Commit

Permalink
Merge pull request #18 from unnamed/renovate/org.yaml-snakeyaml-2.x
Browse files Browse the repository at this point in the history
fix(deps): update dependency org.yaml:snakeyaml to v2.2
  • Loading branch information
yusshu committed Jul 10, 2024
2 parents a84060e + 6e0467c commit d77d9ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ dependencies {

// -- provided by server or plugin implementations --
compileOnly(libs.adventure.text.minimessage)
compileOnly("org.yaml:snakeyaml:2.0")
compileOnly("org.yaml:snakeyaml:2.2")
}

0 comments on commit d77d9ec

Please sign in to comment.