Compare commits
7
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a62acefed2 | ||
|
|
7fe10c3378 | ||
|
|
be8e22a101 | ||
|
|
f6d9705db5 | ||
|
|
212c6e75ef | ||
|
|
4d384fcb39 | ||
|
|
296e3f3233 |
+3
-3
@@ -90,13 +90,13 @@ repositories {
|
||||
|
||||
dependencies {
|
||||
// Logging
|
||||
api 'org.slf4j:slf4j-simple:2.0.18'
|
||||
api 'org.slf4j:slf4j-simple:2.0.20'
|
||||
|
||||
// Easy file management
|
||||
api 'commons-io:commons-io:2.22.0'
|
||||
|
||||
// Config management
|
||||
api 'org.yaml:snakeyaml:2.7'
|
||||
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'
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
distributionBase=GRADLE_USER_HOME
|
||||
distributionPath=wrapper/dists
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.5-all.zip
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-9.8.0-all.zip
|
||||
networkTimeout=10000
|
||||
validateDistributionUrl=true
|
||||
zipStoreBase=GRADLE_USER_HOME
|
||||
|
||||
Reference in New Issue
Block a user