]> nmode's Git Repositories - signal-cli/commitdiff
Bump sqlite-jdbc from 3.40.0.0 to 3.40.1.0 (#1178)
authorMarvin A. Ruder <github@mruder.dev>
Mon, 6 Feb 2023 17:20:32 +0000 (18:20 +0100)
committerGitHub <noreply@github.com>
Mon, 6 Feb 2023 17:20:32 +0000 (18:20 +0100)
* Should fix #1129

lib/build.gradle.kts

index 0602bc920b9d06961dca5f578f5733e662f5dc32..b3dffa2f6af89b6afa8543367f93ff165cee03e1 100644 (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")