mirror of
https://github.com/gotson/komga.git
synced 2026-05-09 05:10:19 +02:00
deps(komga): bump sqlite-jdbc to 3.45.0.0
This commit is contained in:
parent
7f3cc9ca6d
commit
056101f3bb
1 changed files with 2 additions and 2 deletions
|
|
@ -114,8 +114,8 @@ dependencies {
|
|||
|
||||
implementation("com.github.ben-manes.caffeine:caffeine")
|
||||
|
||||
implementation("org.xerial:sqlite-jdbc:3.43.2.2")
|
||||
jooqGenerator("org.xerial:sqlite-jdbc:3.43.2.2")
|
||||
implementation("org.xerial:sqlite-jdbc:3.45.0.0")
|
||||
jooqGenerator("org.xerial:sqlite-jdbc:3.45.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