fix: update sqlite library to handle armv6

related to #398
This commit is contained in:
Gauthier Roebroeck 2021-01-29 11:09:09 +08:00
parent e39695a5fe
commit 33a10b3f7b

View file

@ -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")