Skip to content

Commit

Permalink
fix(deps): update dependency org.yaml:snakeyaml to v2.4 (#885)
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] authored Mar 1, 2025
1 parent 63bad2f commit 52f3385
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ dependencyResolutionManagement {
library("kubernetes-client-http", "io.fabric8", "kubernetes-httpclient-okhttp").versionRef("kubernetes-client")
library("minestom", "net.minestom:minestom-snapshots:a521c4e7cd")
library("protobuf", "com.google.protobuf:protobuf-java:4.29.3")
library("snakeyaml", "org.yaml:snakeyaml:2.3")
library("snakeyaml", "org.yaml:snakeyaml:2.4")
library("velocity-api", "com.velocitypowered:velocity-api:3.3.0-SNAPSHOT")

plugin("buildconfig", "com.github.gmazzo.buildconfig").version("5.5.0")
Expand Down

0 comments on commit 52f3385

Please sign in to comment.