Update dependencies

This commit is contained in:
AsamK 2023-08-26 18:05:26 +02:00
parent 87e79bceaa
commit 26fea2d6a0
2 changed files with 2 additions and 2 deletions

View file

@ -18,7 +18,7 @@ dependencyResolutionManagement {
library("signalservice", "com.github.turasa", "signal-service-java").version("2.15.3_unofficial_78")
library("protobuf", "com.google.protobuf", "protobuf-javalite").version("3.24.0")
library("sqlite", "org.xerial", "sqlite-jdbc").version("3.42.0.0")
library("sqlite", "org.xerial", "sqlite-jdbc").version("3.42.0.1")
library("hikari", "com.zaxxer", "HikariCP").version("5.0.1")
library("junit", "org.junit.jupiter", "junit-jupiter").version("5.10.0")
}