From 79be279cdabf524ae9fc4e285fa76f4b1b7bc701 Mon Sep 17 00:00:00 2001 From: Gauthier Roebroeck Date: Wed, 15 Jan 2025 15:00:50 +0800 Subject: [PATCH] deps(komga): upgrade sqlite-jdbc to 3.48.0 --- komga/build.gradle.kts | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/komga/build.gradle.kts b/komga/build.gradle.kts index 9804b94ba..11073a928 100644 --- a/komga/build.gradle.kts +++ b/komga/build.gradle.kts @@ -34,15 +34,6 @@ val kaptBenchmark by configurations.getting { extendsFrom(configurations.kaptTest.get()) } -configurations { - configureEach { - resolutionStrategy { - // https://github.com/gotson/komga/issues/1823 - force("org.xerial:sqlite-jdbc:3.46.1.3") - } - } -} - dependencies { implementation(kotlin("stdlib")) implementation(kotlin("reflect")) @@ -117,8 +108,8 @@ dependencies { implementation("com.github.ben-manes.caffeine:caffeine") - implementation("org.xerial:sqlite-jdbc:3.47.1.0") - jooqGenerator("org.xerial:sqlite-jdbc:3.47.1.0") + implementation("org.xerial:sqlite-jdbc:3.48.0.0") + jooqGenerator("org.xerial:sqlite-jdbc:3.48.0.0") if (version.toString().endsWith(".0.0")) { ksp("com.github.gotson.bestbefore:bestbefore-processor-kotlin:0.1.0")