build(deps): bump sqlite-jdbc to 3.42.0.0

This commit is contained in:
Gauthier Roebroeck 2023-05-23 16:34:41 +08:00
parent 32cb52ebb3
commit b7f4849ccc

View File

@ -109,8 +109,8 @@ dependencies {
implementation("com.github.ben-manes.caffeine:caffeine")
implementation("org.xerial:sqlite-jdbc:3.40.1.0")
jooqGenerator("org.xerial:sqlite-jdbc:3.40.1.0")
implementation("org.xerial:sqlite-jdbc:3.42.0.0")
jooqGenerator("org.xerial:sqlite-jdbc:3.42.0.0")
testImplementation("org.springframework.boot:spring-boot-starter-test") {
exclude(module = "mockito-core")