Compare commits
11 Commits
33e8c01af3
...
renovate/o
| Author | SHA1 | Date | |
|---|---|---|---|
| 654aec163c | |||
| 368619692c | |||
| 8380717e27 | |||
| a348b77756 | |||
| ff48b3d6eb | |||
| b1316f6bf5 | |||
| 9e2a67f69d | |||
| 2f7fa30f1b | |||
| f5b69a3c90 | |||
| e06be421fd | |||
| 92f34b959e |
12
build.gradle
12
build.gradle
@@ -93,15 +93,15 @@ dependencies {
|
||||
api 'org.slf4j:slf4j-simple:2.0.17'
|
||||
|
||||
// Easy file management
|
||||
api 'commons-io:commons-io:2.20.0'
|
||||
api 'commons-io:commons-io:2.21.0'
|
||||
|
||||
// Config management
|
||||
api 'org.yaml:snakeyaml:1.33'
|
||||
api 'org.yaml:snakeyaml:2.6'
|
||||
|
||||
// Dependencies from old Matrix-java-sdk
|
||||
api 'org.apache.commons:commons-lang3:3.18.0'
|
||||
api 'org.apache.commons:commons-lang3:3.20.0'
|
||||
api 'com.squareup.okhttp3:okhttp:5.3.2'
|
||||
api 'commons-codec:commons-codec:1.19.0'
|
||||
api 'commons-codec:commons-codec:1.21.0'
|
||||
|
||||
// ORMLite
|
||||
api 'com.j256.ormlite:ormlite-jdbc:6.1'
|
||||
@@ -132,13 +132,13 @@ dependencies {
|
||||
api 'com.mchange:c3p0:0.12.0'
|
||||
|
||||
// SQLite
|
||||
api 'org.xerial:sqlite-jdbc:3.50.3.0'
|
||||
api 'org.xerial:sqlite-jdbc:3.51.3.0'
|
||||
|
||||
// PostgreSQL
|
||||
api 'org.postgresql:postgresql:42.7.10'
|
||||
|
||||
// MariaDB/MySQL
|
||||
api 'org.mariadb.jdbc:mariadb-java-client:3.5.7'
|
||||
api 'org.mariadb.jdbc:mariadb-java-client:3.5.8'
|
||||
|
||||
// UNIX sockets
|
||||
api 'com.kohlschutter.junixsocket:junixsocket-core:2.10.1'
|
||||
|
||||
Reference in New Issue
Block a user