Compare commits
6 Commits
renovate/o
...
bf521bcd47
| Author | SHA1 | Date | |
|---|---|---|---|
| bf521bcd47 | |||
| 48e40699f5 | |||
| 919089abfc | |||
| b887a83280 | |||
| 3063bcdd46 | |||
| 4c6b561254 |
@@ -80,7 +80,7 @@ buildscript {
|
||||
|
||||
dependencies {
|
||||
classpath 'com.github.johnrengelman:shadow:8.1.1'
|
||||
classpath 'com.github.ben-manes:gradle-versions-plugin:0.53.0'
|
||||
classpath 'com.github.ben-manes:gradle-versions-plugin:0.54.0'
|
||||
}
|
||||
}
|
||||
|
||||
@@ -93,10 +93,10 @@ dependencies {
|
||||
api 'org.slf4j:slf4j-simple:2.0.17'
|
||||
|
||||
// Easy file management
|
||||
api 'commons-io:commons-io:2.21.0'
|
||||
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'
|
||||
@@ -132,7 +132,7 @@ dependencies {
|
||||
api 'com.mchange:c3p0:0.12.0'
|
||||
|
||||
// SQLite
|
||||
api 'org.xerial:sqlite-jdbc:3.51.3.0'
|
||||
api 'org.xerial:sqlite-jdbc:3.53.0.0'
|
||||
|
||||
// PostgreSQL
|
||||
api 'org.postgresql:postgresql:42.7.10'
|
||||
|
||||
Reference in New Issue
Block a user