mirror of
https://github.com/gotson/komga.git
synced 2025-12-22 00:13:30 +01:00
fix(analyzer): regression in RAR handling
tika 1.24 changed the mediaType detection, breaking the RAR analyzer
This commit is contained in:
parent
43d61d5d81
commit
b8462f3568
1 changed files with 1 additions and 1 deletions
|
|
@ -66,7 +66,7 @@ dependencies {
|
|||
implementation("commons-io:commons-io:2.6")
|
||||
implementation("org.apache.commons:commons-lang3:3.10")
|
||||
|
||||
implementation("org.apache.tika:tika-core:1.24")
|
||||
implementation("org.apache.tika:tika-core:1.23")
|
||||
implementation("org.apache.commons:commons-compress:1.20")
|
||||
implementation("com.github.junrar:junrar:4.0.0")
|
||||
implementation("org.apache.pdfbox:pdfbox:2.0.19")
|
||||
|
|
|
|||
Loading…
Reference in a new issue