Skip to content

Commit d77a121

Browse files
author
Lukas
authored
Merge pull request #41 from byPixelTV/renovate/org.yaml-snakeyaml-2.x
chore: update dependency org.yaml:snakeyaml to v2.4
2 parents 6d2d379 + 2825691 commit d77a121

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ dependencies {
3838

3939
// Jedis and SnakeYAML
4040
implementation("redis.clients:jedis:5.2.0")
41-
implementation("org.yaml:snakeyaml:2.3")
41+
implementation("org.yaml:snakeyaml:2.4")
4242

4343
// CommandAPI
4444
implementation("dev.jorel:commandapi-velocity-shade:9.6.2-SNAPSHOT")

0 commit comments

Comments
 (0)