Skip to content

Commit 2825691

Browse files
chore: update dependency org.yaml:snakeyaml to v2.4
1 parent 6d2d379 commit 2825691

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)