Compare commits
7
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
9fc68bd953 | ||
|
|
f6d9705db5 | ||
|
|
212c6e75ef | ||
|
|
4d384fcb39 | ||
|
|
296e3f3233 | ||
|
|
b500fb7a85 | ||
|
|
77183c888b |
+5
-5
@@ -90,13 +90,13 @@ repositories {
|
||||
|
||||
dependencies {
|
||||
// Logging
|
||||
api 'org.slf4j:slf4j-simple:2.0.18'
|
||||
api 'org.slf4j:slf4j-simple:2.0.19'
|
||||
|
||||
// Easy file management
|
||||
api 'commons-io:commons-io:2.22.0'
|
||||
|
||||
// Config management
|
||||
api 'org.yaml:snakeyaml:2.6'
|
||||
api 'org.yaml:snakeyaml:1.33'
|
||||
|
||||
// Dependencies from old Matrix-java-sdk
|
||||
api 'org.apache.commons:commons-lang3:3.20.0'
|
||||
@@ -129,7 +129,7 @@ dependencies {
|
||||
api 'com.google.firebase:firebase-admin:9.10.0'
|
||||
|
||||
// Connection Pool
|
||||
api 'com.mchange:c3p0:0.14.1'
|
||||
api 'com.mchange:c3p0:0.14.2'
|
||||
|
||||
// SQLite
|
||||
api 'org.xerial:sqlite-jdbc:3.53.4.0'
|
||||
@@ -141,7 +141,7 @@ dependencies {
|
||||
api 'org.mariadb.jdbc:mariadb-java-client:3.5.10'
|
||||
|
||||
// UNIX sockets
|
||||
api 'com.kohlschutter.junixsocket:junixsocket-core:2.11.0'
|
||||
api 'com.kohlschutter.junixsocket:junixsocket-core:2.11.1'
|
||||
|
||||
// Twilio SDK for SMS
|
||||
api 'com.twilio.sdk:twilio:10.9.2'
|
||||
@@ -161,7 +161,7 @@ dependencies {
|
||||
testImplementation 'junit:junit:4.13.2'
|
||||
testImplementation 'com.github.tomakehurst:wiremock:3.0.1'
|
||||
testImplementation 'com.unboundid:unboundid-ldapsdk:7.0.5'
|
||||
testImplementation 'com.icegreen:greenmail:1.6.15'
|
||||
testImplementation 'com.icegreen:greenmail:2.1.14'
|
||||
}
|
||||
|
||||
jar {
|
||||
|
||||
Reference in New Issue
Block a user