Compare commits

..

17 Commits

Author SHA1 Message Date
renovate-bot 00fab7eeaf Update Gradle to v9 2026-06-26 15:00:49 +00:00
renovate-bot f7152fd4f2 Merge pull request 'Update dependency io.undertow:undertow-core to v2.4.2.Final' (#111) from renovate/io.undertow-undertow-core-2.x into master 2026-06-26 02:00:48 +00:00
renovate-bot c582614e22 Update dependency io.undertow:undertow-core to v2.4.2.Final 2026-06-26 02:00:44 +00:00
renovate-bot f3f71890a1 Merge pull request 'Update dependency org.mariadb.jdbc:mariadb-java-client to v3.5.9' (#110) from renovate/org.mariadb.jdbc-mariadb-java-client-3.x into master 2026-06-12 17:00:43 +00:00
renovate-bot 2442af54cf Update dependency org.mariadb.jdbc:mariadb-java-client to v3.5.9 2026-06-12 17:00:37 +00:00
renovate-bot 8baf52b2da Merge pull request 'Update dependency com.unboundid:unboundid-ldapsdk to v7.0.5' (#109) from renovate/com.unboundid-unboundid-ldapsdk-7.x into master 2026-06-11 22:00:50 +00:00
renovate-bot 0efc40a1e8 Update dependency com.unboundid:unboundid-ldapsdk to v7.0.5 2026-06-11 22:00:44 +00:00
renovate-bot 5629442903 Merge pull request 'Update dependency com.mchange:c3p0 to v0.14.1' (#108) from renovate/com.mchange-c3p0-0.x into master 2026-06-09 14:00:48 +00:00
renovate-bot bc2915ec2d Update dependency com.mchange:c3p0 to v0.14.1 2026-06-09 14:00:45 +00:00
renovate-bot 4a20282778 Merge pull request 'Update dependency com.squareup.okhttp3:okhttp to v5.4.0' (#107) from renovate/okhttp-monorepo into master 2026-06-08 21:00:42 +00:00
renovate-bot 40f35d5866 Update dependency com.squareup.okhttp3:okhttp to v5.4.0 2026-06-08 21:00:37 +00:00
renovate-bot 993daecc35 Merge pull request 'Update dependency org.xerial:sqlite-jdbc to v3.53.2.0' (#106) from renovate/org.xerial-sqlite-jdbc-3.x into master 2026-06-04 04:00:52 +00:00
renovate-bot b3a7ea57e6 Update dependency org.xerial:sqlite-jdbc to v3.53.2.0 2026-06-04 04:00:45 +00:00
renovate-bot 0c33451f91 Merge pull request 'Update dependency com.mchange:c3p0 to v0.14.0' (#105) from renovate/com.mchange-c3p0-0.x into master 2026-06-03 18:00:44 +00:00
renovate-bot ac4441b212 Update dependency com.mchange:c3p0 to v0.14.0 2026-06-03 18:00:34 +00:00
renovate-bot cd40403165 Merge pull request 'Update dependency org.apache.directory.api:api-all to v2.1.8' (#104) from renovate/org.apache.directory.api-api-all-2.x into master 2026-05-31 22:00:39 +00:00
renovate-bot fc5fcf05e0 Update dependency org.apache.directory.api:api-all to v2.1.8 2026-05-31 22:00:36 +00:00
2 changed files with 9 additions and 9 deletions
+8 -8
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.3.2'
api 'com.squareup.okhttp3:okhttp:5.4.0'
api 'commons-codec:commons-codec:1.22.0'
// ORMLite
@@ -110,7 +110,7 @@ dependencies {
api 'net.i2p.crypto:eddsa:0.3.0'
// LDAP connector
api 'org.apache.directory.api:api-all:2.1.7'
api 'org.apache.directory.api:api-all:2.1.8'
// DNS lookups
api 'dnsjava:dnsjava:3.6.5'
@@ -129,22 +129,22 @@ dependencies {
api 'com.google.firebase:firebase-admin:9.9.0'
// Connection Pool
api 'com.mchange:c3p0:0.13.0'
api 'com.mchange:c3p0:0.14.1'
// SQLite
api 'org.xerial:sqlite-jdbc:3.53.1.0'
api 'org.xerial:sqlite-jdbc:3.53.2.0'
// PostgreSQL
api 'org.postgresql:postgresql:42.7.11'
// MariaDB/MySQL
api 'org.mariadb.jdbc:mariadb-java-client:3.5.8'
api 'org.mariadb.jdbc:mariadb-java-client:3.5.9'
// UNIX sockets
api 'com.kohlschutter.junixsocket:junixsocket-core:2.10.1'
// Twilio SDK for SMS
api 'com.twilio.sdk:twilio:12.1.1'
api 'com.twilio.sdk:twilio:10.9.2'
// SendGrid SDK to send emails from GCE
api 'com.sendgrid:sendgrid-java:4.10.3'
@@ -153,14 +153,14 @@ dependencies {
api 'org.zeroturnaround:zt-exec:1.12'
// HTTP server
api 'io.undertow:undertow-core:2.4.1.Final'
api 'io.undertow:undertow-core:2.4.2.Final'
// Command parser for AS interface
api 'commons-cli:commons-cli:1.11.0'
testImplementation 'junit:junit:4.13.2'
testImplementation 'com.github.tomakehurst:wiremock:3.0.1'
testImplementation 'com.unboundid:unboundid-ldapsdk:7.0.4'
testImplementation 'com.unboundid:unboundid-ldapsdk:7.0.5'
testImplementation 'com.icegreen:greenmail:1.6.15'
}
+1 -1
View File
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.5-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-9.6.1-all.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME