Update dependency org.yaml:snakeyaml to v2

This commit is contained in:
2026-04-08 11:01:23 +00:00
parent 368619692c
commit 654aec163c

View File

@@ -96,7 +96,7 @@ dependencies {
api 'commons-io:commons-io:2.21.0'
// Config management
api 'org.yaml:snakeyaml:1.33'
api 'org.yaml:snakeyaml:2.6'
// Dependencies from old Matrix-java-sdk
api 'org.apache.commons:commons-lang3:3.20.0'