Skip to content

Commit 61ae640

Browse files
Update dependency org.yaml:snakeyaml to v2
1 parent e6a4974 commit 61ae640

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ dependencies {
1717
api("org.slf4j:slf4j-api:2.0.6")
1818

1919
// config
20-
api("org.yaml:snakeyaml:1.33")
20+
api("org.yaml:snakeyaml:2.0")
2121

2222
// mariadb-client
2323
api("org.mariadb.jdbc:mariadb-java-client:3.1.1")

0 commit comments

Comments
 (0)