Merge pull request #2326 from eikek/update/tika-core-2.9.1

Update tika-core to 2.9.1
This commit is contained in:
mergify[bot]
2023-10-21 06:41:32 +00:00
committed by GitHub

View File

@ -47,7 +47,7 @@ object Dependencies {
val Slf4jVersion = "2.0.9" val Slf4jVersion = "2.0.9"
val SourcecodeVersion = "0.3.1" val SourcecodeVersion = "0.3.1"
val StanfordNlpVersion = "4.5.5" val StanfordNlpVersion = "4.5.5"
val TikaVersion = "2.9.0" val TikaVersion = "2.9.1"
val YamuscaVersion = "0.10.0" val YamuscaVersion = "0.10.0"
val SwaggerUIVersion = "5.9.0" val SwaggerUIVersion = "5.9.0"
val TestContainerVersion = "0.40.14" val TestContainerVersion = "0.40.14"