mirror of
https://github.com/gotson/komga.git
synced 2026-05-08 04:22:28 +02:00
fix: enhanced logging for sqlite native lib loading
This commit is contained in:
parent
f62a32634b
commit
f1a894db9e
1 changed files with 2 additions and 2 deletions
|
|
@ -99,8 +99,8 @@ dependencies {
|
||||||
// While waiting for https://github.com/xerial/sqlite-jdbc/pull/491 and https://github.com/xerial/sqlite-jdbc/pull/494
|
// While waiting for https://github.com/xerial/sqlite-jdbc/pull/491 and https://github.com/xerial/sqlite-jdbc/pull/494
|
||||||
// runtimeOnly("org.xerial:sqlite-jdbc:3.32.3.2")
|
// runtimeOnly("org.xerial:sqlite-jdbc:3.32.3.2")
|
||||||
// jooqGeneratorRuntime("org.xerial:sqlite-jdbc:3.32.3.2")
|
// jooqGeneratorRuntime("org.xerial:sqlite-jdbc:3.32.3.2")
|
||||||
runtimeOnly("org.gotson:sqlite-jdbc:3.32.3.4")
|
runtimeOnly("org.gotson:sqlite-jdbc:3.32.3.5")
|
||||||
jooqGeneratorRuntime("org.gotson:sqlite-jdbc:3.32.3.4")
|
jooqGeneratorRuntime("org.gotson:sqlite-jdbc:3.32.3.5")
|
||||||
|
|
||||||
testImplementation("org.springframework.boot:spring-boot-starter-test") {
|
testImplementation("org.springframework.boot:spring-boot-starter-test") {
|
||||||
exclude(module = "mockito-core")
|
exclude(module = "mockito-core")
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue