Bumped dependencies

This commit is contained in:
SinTan1729 2022-11-12 20:12:39 -06:00
parent cfdc7a7644
commit 5c8307c57a

View File

@ -22,9 +22,9 @@ jar {
}
dependencies {
compile "com.sparkjava:spark-core:2.8.0"
compile "com.sparkjava:spark-core:2.9.4"
compile 'com.qmetric:spark-authentication:1.4'
compile group: 'org.xerial', name: 'sqlite-jdbc', version: '3.30.1'
compile group: 'org.xerial', name: 'sqlite-jdbc', version: '3.39.4.0'
}