Compare commits
1 Commits
master
...
renovate/o
| Author | SHA1 | Date | |
|---|---|---|---|
| 654aec163c |
@@ -80,7 +80,7 @@ buildscript {
|
||||
|
||||
dependencies {
|
||||
classpath 'com.github.johnrengelman:shadow:8.1.1'
|
||||
classpath 'com.github.ben-manes:gradle-versions-plugin:0.54.0'
|
||||
classpath 'com.github.ben-manes:gradle-versions-plugin:0.53.0'
|
||||
}
|
||||
}
|
||||
|
||||
@@ -96,7 +96,7 @@ dependencies {
|
||||
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.20.0'
|
||||
@@ -132,7 +132,7 @@ dependencies {
|
||||
api 'com.mchange:c3p0:0.12.0'
|
||||
|
||||
// SQLite
|
||||
api 'org.xerial:sqlite-jdbc:3.53.0.0'
|
||||
api 'org.xerial:sqlite-jdbc:3.51.3.0'
|
||||
|
||||
// PostgreSQL
|
||||
api 'org.postgresql:postgresql:42.7.10'
|
||||
|
||||
Reference in New Issue
Block a user