Compare commits
17 Commits
857a997853
...
3d1a8c4495
| Author | SHA1 | Date | |
|---|---|---|---|
| 3d1a8c4495 | |||
| d9ab2b8739 | |||
| 14032aaf50 | |||
| 73051c3d00 | |||
| a3c8c4a8cf | |||
| 453751a39e | |||
| ad23e91ece | |||
| baabdfc2ef | |||
| 263e3260c9 | |||
| a281bdbf77 | |||
| 338e7f4aa2 | |||
| a9212ce73a | |||
| f2e1fcb25f | |||
| f5630bc4d9 | |||
| dbccaecfd6 | |||
| de0842d3a8 | |||
| 05424f14b8 |
14
build.gradle
14
build.gradle
@@ -92,14 +92,14 @@ dependencies {
|
||||
api 'org.slf4j:slf4j-simple:1.7.36'
|
||||
|
||||
// Easy file management
|
||||
api 'commons-io:commons-io:2.8.0'
|
||||
api 'commons-io:commons-io:2.15.1'
|
||||
|
||||
// Config management
|
||||
api 'org.yaml:snakeyaml:1.28'
|
||||
|
||||
// Dependencies from old Matrix-java-sdk
|
||||
api 'org.apache.commons:commons-lang3:3.14.0'
|
||||
api 'com.squareup.okhttp3:okhttp:4.2.2'
|
||||
api 'com.squareup.okhttp3:okhttp:4.12.0'
|
||||
api 'commons-codec:commons-codec:1.15'
|
||||
|
||||
// ORMLite
|
||||
@@ -131,10 +131,10 @@ dependencies {
|
||||
api 'com.mchange:c3p0:0.10.0'
|
||||
|
||||
// SQLite
|
||||
api 'org.xerial:sqlite-jdbc:3.34.0'
|
||||
api 'org.xerial:sqlite-jdbc:3.45.2.0'
|
||||
|
||||
// PostgreSQL
|
||||
api 'org.postgresql:postgresql:42.2.19'
|
||||
api 'org.postgresql:postgresql:42.7.3'
|
||||
|
||||
// MariaDB/MySQL
|
||||
api 'org.mariadb.jdbc:mariadb-java-client:2.7.12'
|
||||
@@ -143,7 +143,7 @@ dependencies {
|
||||
api 'com.kohlschutter.junixsocket:junixsocket-core:2.9.0'
|
||||
|
||||
// Twilio SDK for SMS
|
||||
api 'com.twilio.sdk:twilio:7.45.0'
|
||||
api 'com.twilio.sdk:twilio:7.55.3'
|
||||
|
||||
// SendGrid SDK to send emails from GCE
|
||||
api 'com.sendgrid:sendgrid-java:2.2.2'
|
||||
@@ -152,10 +152,10 @@ dependencies {
|
||||
api 'org.zeroturnaround:zt-exec:1.12'
|
||||
|
||||
// HTTP server
|
||||
api 'io.undertow:undertow-core:2.2.7.Final'
|
||||
api 'io.undertow:undertow-core:2.3.12.Final'
|
||||
|
||||
// Command parser for AS interface
|
||||
api 'commons-cli:commons-cli:1.4'
|
||||
api 'commons-cli:commons-cli:1.6.0'
|
||||
|
||||
testImplementation 'junit:junit:4.13.2'
|
||||
testImplementation 'com.github.tomakehurst:wiremock:2.27.2'
|
||||
|
||||
2
gradle/wrapper/gradle-wrapper.properties
vendored
2
gradle/wrapper/gradle-wrapper.properties
vendored
@@ -1,5 +1,5 @@
|
||||
#Thu Dec 05 22:39:36 MSK 2019
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-7.0-all.zip
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-7.6.4-all.zip
|
||||
distributionBase=GRADLE_USER_HOME
|
||||
distributionPath=wrapper/dists
|
||||
zipStorePath=wrapper/dists
|
||||
|
||||
Reference in New Issue
Block a user