mirror of
https://github.com/gotson/komga.git
synced 2026-01-14 12:12:06 +01:00
deps(komga): upgrade sqlite-jdbc to 3.48.0
This commit is contained in:
parent
072dc27bf4
commit
79be279cda
1 changed files with 2 additions and 11 deletions
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Reference in a new issue