Compare commits

...

6 Commits

View File

@@ -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,7 +93,7 @@ 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:1.33'
@@ -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'