Compare commits
1
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
691f85821d |
+3
-3
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user