mirror of
https://github.com/gotson/komga.git
synced 2025-12-06 16:42:24 +01:00
parent
536ab5feae
commit
ab6d35cd4d
1 changed files with 2 additions and 2 deletions
|
|
@ -111,8 +111,8 @@ dependencies {
|
|||
|
||||
implementation("com.github.ben-manes.caffeine:caffeine:2.9.3") // 3.0.0 requires Java 11
|
||||
|
||||
implementation("org.xerial:sqlite-jdbc:3.39.3.0")
|
||||
jooqGenerator("org.xerial:sqlite-jdbc:3.39.3.0")
|
||||
implementation("org.xerial:sqlite-jdbc:3.40.0.0")
|
||||
jooqGenerator("org.xerial:sqlite-jdbc:3.40.0.0")
|
||||
|
||||
testImplementation("org.springframework.boot:spring-boot-starter-test") {
|
||||
exclude(module = "mockito-core")
|
||||
|
|
|
|||
Loading…
Reference in a new issue