Compare commits

..
1 Commits
Author SHA1 Message Date
renovate-bot 691f85821d Update dependency org.yaml:snakeyaml to v2 2026-08-11 07:01:39 +00:00
+3 -3
View File
@@ -100,7 +100,7 @@ dependencies {
// Dependencies from old Matrix-java-sdk
api 'org.apache.commons:commons-lang3:3.20.0'
api 'com.squareup.okhttp3:okhttp:5.5.0'
api 'com.squareup.okhttp3:okhttp:5.4.0'
api 'commons-codec:commons-codec:1.22.1'
// ORMLite
@@ -132,7 +132,7 @@ dependencies {
api 'com.mchange:c3p0:0.14.1'
// SQLite
api 'org.xerial:sqlite-jdbc:3.53.4.0'
api 'org.xerial:sqlite-jdbc:3.53.2.1'
// PostgreSQL
api 'org.postgresql:postgresql:42.7.13'
@@ -153,7 +153,7 @@ dependencies {
api 'org.zeroturnaround:zt-exec:1.13.0'
// HTTP server
api 'io.undertow:undertow-core:2.4.3.Final'
api 'io.undertow:undertow-core:2.4.2.Final'
// Command parser for AS interface
api 'commons-cli:commons-cli:1.11.0'