Compare commits
59
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c53f7e8a32 | ||
|
|
06dbe61987 | ||
|
|
2323b0e1a1 | ||
|
|
bdb5952bea | ||
|
|
a6e2fe00d3 | ||
|
|
69abf3b3a6 | ||
|
|
4aa2747242 | ||
|
|
9ea36ea564 | ||
|
|
28fc25951e | ||
|
|
490dd704e3 | ||
|
|
51b7a6c536 | ||
|
|
acf6370d98 | ||
|
|
b702811b4a | ||
|
|
67e595087b | ||
|
|
f6a79a3999 | ||
|
|
034ec69147 | ||
|
|
f020da3cfa | ||
|
|
9467b481a6 | ||
|
|
4956c9aef2 | ||
|
|
9d1c60a2a4 | ||
|
|
d30f4d17e8 | ||
|
|
3e1c5220b2 | ||
|
|
bba30925cd | ||
|
|
f7152fd4f2 | ||
|
|
c582614e22 | ||
|
|
f3f71890a1 | ||
|
|
2442af54cf | ||
|
|
8baf52b2da | ||
|
|
0efc40a1e8 | ||
|
|
5629442903 | ||
|
|
bc2915ec2d | ||
|
|
4a20282778 | ||
|
|
40f35d5866 | ||
|
|
993daecc35 | ||
|
|
b3a7ea57e6 | ||
|
|
0c33451f91 | ||
|
|
ac4441b212 | ||
|
|
cd40403165 | ||
|
|
fc5fcf05e0 | ||
|
|
6897a8679a | ||
|
|
6a491b4d8a | ||
|
|
af9690f8a0 | ||
|
|
0a73f0934b | ||
|
|
f4fd4030b1 | ||
|
|
a66bc5fe7d | ||
|
|
0a13a2eb2d | ||
|
|
50d615bab7 | ||
|
|
86b45610a3 | ||
|
|
a3aeef76bc | ||
|
|
e7aa74a4c5 | ||
|
|
a10cd4223e | ||
|
|
53f0f6661d | ||
|
|
87f6cdcce9 | ||
|
|
30d14e9594 | ||
|
|
5ef62e9e53 | ||
|
|
7a7ca01f8f | ||
|
|
f69cca53d7 | ||
|
|
c67ed82fc6 | ||
|
|
56d3e2a202 |
+15
-15
@@ -90,7 +90,7 @@ repositories {
|
||||
|
||||
dependencies {
|
||||
// Logging
|
||||
api 'org.slf4j:slf4j-simple:2.0.17'
|
||||
api 'org.slf4j:slf4j-simple:2.0.18'
|
||||
|
||||
// Easy file management
|
||||
api 'commons-io:commons-io:2.22.0'
|
||||
@@ -100,8 +100,8 @@ 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 'commons-codec:commons-codec:1.21.0'
|
||||
api 'com.squareup.okhttp3:okhttp:5.5.0'
|
||||
api 'commons-codec:commons-codec:1.22.1'
|
||||
|
||||
// ORMLite
|
||||
api 'com.j256.ormlite:ormlite-jdbc:6.1'
|
||||
@@ -110,10 +110,10 @@ 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.4'
|
||||
api 'dnsjava:dnsjava:3.6.5'
|
||||
|
||||
// HTTP connections
|
||||
api 'org.apache.httpcomponents:httpclient:4.5.14'
|
||||
@@ -126,22 +126,22 @@ dependencies {
|
||||
api 'com.sun.mail:javax.mail:1.6.2'
|
||||
|
||||
// Google Firebase Authentication backend
|
||||
api 'com.google.firebase:firebase-admin:9.8.0'
|
||||
api 'com.google.firebase:firebase-admin:9.10.0'
|
||||
|
||||
// Connection Pool
|
||||
api 'com.mchange:c3p0:0.12.0'
|
||||
api 'com.mchange:c3p0:0.14.1'
|
||||
|
||||
// SQLite
|
||||
api 'org.xerial:sqlite-jdbc:3.53.0.0'
|
||||
api 'org.xerial:sqlite-jdbc:3.53.4.0'
|
||||
|
||||
// PostgreSQL
|
||||
api 'org.postgresql:postgresql:42.7.10'
|
||||
api 'org.postgresql:postgresql:42.7.13'
|
||||
|
||||
// MariaDB/MySQL
|
||||
api 'org.mariadb.jdbc:mariadb-java-client:3.5.8'
|
||||
api 'org.mariadb.jdbc:mariadb-java-client:3.5.10'
|
||||
|
||||
// UNIX sockets
|
||||
api 'com.kohlschutter.junixsocket:junixsocket-core:2.10.1'
|
||||
api 'com.kohlschutter.junixsocket:junixsocket-core:2.11.0'
|
||||
|
||||
// Twilio SDK for SMS
|
||||
api 'com.twilio.sdk:twilio:10.9.2'
|
||||
@@ -150,18 +150,18 @@ dependencies {
|
||||
api 'com.sendgrid:sendgrid-java:4.10.3'
|
||||
|
||||
// ZT-Exec for exec identity store
|
||||
api 'org.zeroturnaround:zt-exec:1.12'
|
||||
api 'org.zeroturnaround:zt-exec:1.13.0'
|
||||
|
||||
// HTTP server
|
||||
api 'io.undertow:undertow-core:2.3.24.Final'
|
||||
api 'io.undertow:undertow-core:2.4.3.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.icegreen:greenmail:1.6.15'
|
||||
testImplementation 'com.unboundid:unboundid-ldapsdk:7.0.5'
|
||||
testImplementation 'com.icegreen:greenmail:2.1.13'
|
||||
}
|
||||
|
||||
jar {
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
distributionBase=GRADLE_USER_HOME
|
||||
distributionPath=wrapper/dists
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.4-all.zip
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.5-all.zip
|
||||
networkTimeout=10000
|
||||
validateDistributionUrl=true
|
||||
zipStoreBase=GRADLE_USER_HOME
|
||||
|
||||
Reference in New Issue
Block a user