From 33a10b3f7b8b2f40ecb05a905d1a6157fac2b075 Mon Sep 17 00:00:00 2001 From: Gauthier Roebroeck Date: Fri, 29 Jan 2021 11:09:09 +0800 Subject: [PATCH] fix: update sqlite library to handle armv6 related to #398 --- komga/build.gradle.kts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/komga/build.gradle.kts b/komga/build.gradle.kts index 0996ef54b..57217dc77 100644 --- a/komga/build.gradle.kts +++ b/komga/build.gradle.kts @@ -95,8 +95,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.6") - jooqGeneratorRuntime("org.gotson:sqlite-jdbc:3.32.3.6") + runtimeOnly("org.gotson:sqlite-jdbc:3.32.3.7") + jooqGeneratorRuntime("org.gotson:sqlite-jdbc:3.32.3.7") testImplementation("org.springframework.boot:spring-boot-starter-test") { exclude(module = "mockito-core")