Update dependency org.yaml:snakeyaml to v2

This commit is contained in:
2024-03-27 14:01:31 +00:00
parent c9bafd9af2
commit 50d4f0fa30

View File

@@ -95,7 +95,7 @@ dependencies {
api 'commons-io:commons-io:2.15.1'
// Config management
api 'org.yaml:snakeyaml:1.33'
api 'org.yaml:snakeyaml:2.2'
// Dependencies from old Matrix-java-sdk
api 'org.apache.commons:commons-lang3:3.14.0'