Compare commits
14 Commits
f4fd4030b1
..
master
| Author | SHA1 | Date | |
|---|---|---|---|
| 5629442903 | |||
| bc2915ec2d | |||
| 4a20282778 | |||
| 40f35d5866 | |||
| 993daecc35 | |||
| b3a7ea57e6 | |||
| 0c33451f91 | |||
| ac4441b212 | |||
| cd40403165 | |||
| fc5fcf05e0 | |||
| 6897a8679a | |||
| 6a491b4d8a | |||
| af9690f8a0 | |||
| 0a73f0934b |
+6
-6
@@ -100,7 +100,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.4.0'
|
||||||
api 'commons-codec:commons-codec:1.22.0'
|
api 'commons-codec:commons-codec:1.22.0'
|
||||||
|
|
||||||
// ORMLite
|
// ORMLite
|
||||||
@@ -110,10 +110,10 @@ dependencies {
|
|||||||
api 'net.i2p.crypto:eddsa:0.3.0'
|
api 'net.i2p.crypto:eddsa:0.3.0'
|
||||||
|
|
||||||
// LDAP connector
|
// LDAP connector
|
||||||
api 'org.apache.directory.api:api-all:2.1.7'
|
api 'org.apache.directory.api:api-all:2.1.8'
|
||||||
|
|
||||||
// DNS lookups
|
// DNS lookups
|
||||||
api 'dnsjava:dnsjava:3.6.4'
|
api 'dnsjava:dnsjava:3.6.5'
|
||||||
|
|
||||||
// HTTP connections
|
// HTTP connections
|
||||||
api 'org.apache.httpcomponents:httpclient:4.5.14'
|
api 'org.apache.httpcomponents:httpclient:4.5.14'
|
||||||
@@ -129,10 +129,10 @@ dependencies {
|
|||||||
api 'com.google.firebase:firebase-admin:9.9.0'
|
api 'com.google.firebase:firebase-admin:9.9.0'
|
||||||
|
|
||||||
// Connection Pool
|
// Connection Pool
|
||||||
api 'com.mchange:c3p0:0.13.0'
|
api 'com.mchange:c3p0:0.14.1'
|
||||||
|
|
||||||
// SQLite
|
// SQLite
|
||||||
api 'org.xerial:sqlite-jdbc:3.53.1.0'
|
api 'org.xerial:sqlite-jdbc:3.53.2.0'
|
||||||
|
|
||||||
// PostgreSQL
|
// PostgreSQL
|
||||||
api 'org.postgresql:postgresql:42.7.11'
|
api 'org.postgresql:postgresql:42.7.11'
|
||||||
@@ -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.4.0.Final'
|
api 'io.undertow:undertow-core:2.4.1.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'
|
||||||
|
|||||||
Reference in New Issue
Block a user