diff --git a/komga/build.gradle.kts b/komga/build.gradle.kts index 6b72e9f11e..f4cf051813 100644 --- a/komga/build.gradle.kts +++ b/komga/build.gradle.kts @@ -98,7 +98,8 @@ dependencies { runtimeOnly("com.twelvemonkeys.imageio:imageio-jpeg:3.9.4") runtimeOnly("com.twelvemonkeys.imageio:imageio-tiff:3.9.4") runtimeOnly("com.twelvemonkeys.imageio:imageio-webp:3.9.4") - runtimeOnly("com.github.gotson.nightmonkeys:imageio-jxl:0.4.1") + runtimeOnly("com.github.gotson.nightmonkeys:imageio-jxl:0.6.0") + runtimeOnly("com.github.gotson.nightmonkeys:imageio-heif:0.6.0") // support for jpeg2000 runtimeOnly("com.github.jai-imageio:jai-imageio-jpeg2000:1.4.0") runtimeOnly("org.apache.pdfbox:jbig2-imageio:3.0.4")