Compare commits

..
Author SHA1 Message Date
renovate-bot bafca114b2 Update dependency org.yaml:snakeyaml to v2 2026-09-05 09:01:08 +00:00
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -90,13 +90,13 @@ repositories {
dependencies { dependencies {
// Logging // Logging
api 'org.slf4j:slf4j-simple:2.0.20' api 'org.slf4j:slf4j-simple:2.0.19'
// Easy file management // Easy file management
api 'commons-io:commons-io:2.22.0' api 'commons-io:commons-io:2.22.0'
// Config management // Config management
api 'org.yaml:snakeyaml:1.33' api 'org.yaml:snakeyaml:2.7'
// Dependencies from old Matrix-java-sdk // Dependencies from old Matrix-java-sdk
api 'org.apache.commons:commons-lang3:3.20.0' api 'org.apache.commons:commons-lang3:3.20.0'
+1 -1
View File
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-9.8.0-all.zip distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.5-all.zip
networkTimeout=10000 networkTimeout=10000
validateDistributionUrl=true validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME zipStoreBase=GRADLE_USER_HOME