Skip to content

Commit

Permalink
fix: enhanced logging for sqlite native lib loading
Browse files Browse the repository at this point in the history
  • Loading branch information
gotson committed Nov 23, 2020
1 parent f62a326 commit f1a894d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions komga/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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
// runtimeOnly("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")
jooqGeneratorRuntime("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.5")

testImplementation("org.springframework.boot:spring-boot-starter-test") {
exclude(module = "mockito-core")
Expand Down

0 comments on commit f1a894d

Please sign in to comment.