Skip to content

Commit

Permalink
deps(komga): upgrade sqlite-jdbc to 3.48.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gotson committed Jan 15, 2025
1 parent 072dc27 commit 79be279
Showing 1 changed file with 2 additions and 11 deletions.
13 changes: 2 additions & 11 deletions komga/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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"))
Expand Down Expand Up @@ -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")
Expand Down

0 comments on commit 79be279

Please sign in to comment.