Bump sqlite-jdbc from 3.40.0.0 to 3.40.1.0 (#1178)

* Should fix #1129
This commit is contained in:
Marvin A. Ruder 2023-02-06 18:20:32 +01:00 committed by GitHub
parent 7816325e63
commit 4186349bba
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -19,7 +19,7 @@ dependencies {
implementation("com.google.protobuf", "protobuf-javalite", "3.21.12")
implementation("org.bouncycastle", "bcprov-jdk15on", "1.70")
implementation("org.slf4j", "slf4j-api", "2.0.6")
implementation("org.xerial", "sqlite-jdbc", "3.40.0.0")
implementation("org.xerial", "sqlite-jdbc", "3.40.1.0")
implementation("com.zaxxer", "HikariCP", "5.0.1")
testImplementation("org.junit.jupiter", "junit-jupiter", "5.9.2")