mirror of
https://github.com/gotson/komga.git
synced 2025-12-16 13:33:49 +01:00
parent
16ec0d1c91
commit
eb1fc4a49f
1 changed files with 3 additions and 3 deletions
|
|
@ -71,7 +71,7 @@ dependencies {
|
|||
runtimeOnly("com.twelvemonkeys.imageio:imageio-jpeg:3.7.0")
|
||||
runtimeOnly("com.twelvemonkeys.imageio:imageio-tiff:3.7.0")
|
||||
runtimeOnly("com.twelvemonkeys.imageio:imageio-webp:3.7.0")
|
||||
implementation("com.github.gotson:webp-imageio:0.2.1")
|
||||
implementation("com.github.gotson:webp-imageio:0.2.2")
|
||||
// support for jpeg2000
|
||||
runtimeOnly("com.github.jai-imageio:jai-imageio-jpeg2000:1.4.0")
|
||||
runtimeOnly("org.apache.pdfbox:jbig2-imageio:3.0.3")
|
||||
|
|
@ -88,8 +88,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")
|
||||
// jooqGenerator("org.xerial:sqlite-jdbc:3.32.3.2")
|
||||
implementation("com.github.gotson:sqlite-jdbc:3.32.3.6")
|
||||
jooqGenerator("com.github.gotson:sqlite-jdbc:3.32.3.6")
|
||||
implementation("com.github.gotson:sqlite-jdbc:3.32.3.8")
|
||||
jooqGenerator("com.github.gotson:sqlite-jdbc:3.32.3.8")
|
||||
|
||||
testImplementation("org.springframework.boot:spring-boot-starter-test") {
|
||||
exclude(module = "mockito-core")
|
||||
|
|
|
|||
Loading…
Reference in a new issue