Skip to content

Commit

Permalink
Update dependency org.yaml:snakeyaml to v2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 14, 2024
1 parent 72da572 commit 9ee0b40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ dependencies {
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.9.0")

implementation("redis.clients:jedis:5.2.0-beta5")
implementation("org.yaml:snakeyaml:2.2")
implementation("org.yaml:snakeyaml:2.3")
implementation("org.bstats:bstats-velocity:3.0.3")
annotationProcessor("com.velocitypowered:velocity-api:3.3.0-SNAPSHOT")

Expand Down

0 comments on commit 9ee0b40

Please sign in to comment.