Compare commits

...

9 Commits

View File

@@ -101,7 +101,7 @@ dependencies {
// 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'
api 'com.squareup.okhttp3:okhttp:5.3.2' api 'com.squareup.okhttp3:okhttp:5.3.2'
api 'commons-codec:commons-codec:1.21.0' api 'commons-codec:commons-codec:1.22.0'
// ORMLite // ORMLite
api 'com.j256.ormlite:ormlite-jdbc:6.1' api 'com.j256.ormlite:ormlite-jdbc:6.1'
@@ -129,13 +129,13 @@ dependencies {
api 'com.google.firebase:firebase-admin:9.8.0' api 'com.google.firebase:firebase-admin:9.8.0'
// Connection Pool // Connection Pool
api 'com.mchange:c3p0:0.12.0' api 'com.mchange:c3p0:0.13.0'
// SQLite // SQLite
api 'org.xerial:sqlite-jdbc:3.53.0.0' api 'org.xerial:sqlite-jdbc:3.53.0.0'
// PostgreSQL // PostgreSQL
api 'org.postgresql:postgresql:42.7.10' api 'org.postgresql:postgresql:42.7.11'
// MariaDB/MySQL // MariaDB/MySQL
api 'org.mariadb.jdbc:mariadb-java-client:3.5.8' api 'org.mariadb.jdbc:mariadb-java-client:3.5.8'
@@ -153,7 +153,7 @@ dependencies {
api 'org.zeroturnaround:zt-exec:1.12' api 'org.zeroturnaround:zt-exec:1.12'
// HTTP server // HTTP server
api 'io.undertow:undertow-core:2.3.24.Final' api 'io.undertow:undertow-core:2.4.0.Final'
// Command parser for AS interface // Command parser for AS interface
api 'commons-cli:commons-cli:1.11.0' api 'commons-cli:commons-cli:1.11.0'
@@ -161,7 +161,7 @@ dependencies {
testImplementation 'junit:junit:4.13.2' testImplementation 'junit:junit:4.13.2'
testImplementation 'com.github.tomakehurst:wiremock:3.0.1' testImplementation 'com.github.tomakehurst:wiremock:3.0.1'
testImplementation 'com.unboundid:unboundid-ldapsdk:7.0.4' testImplementation 'com.unboundid:unboundid-ldapsdk:7.0.4'
testImplementation 'com.icegreen:greenmail:1.6.15' testImplementation 'com.icegreen:greenmail:2.1.8'
} }
jar { jar {