Merge pull request #2236 from eikek/update/tika-core-2.9.0

Update tika-core to 2.9.0
This commit is contained in:
mergify[bot]
2023-08-28 20:29:59 +00:00
committed by GitHub

View File

@ -47,7 +47,7 @@ object Dependencies {
val Slf4jVersion = "2.0.7" val Slf4jVersion = "2.0.7"
val SourcecodeVersion = "0.3.0" val SourcecodeVersion = "0.3.0"
val StanfordNlpVersion = "4.5.4" val StanfordNlpVersion = "4.5.4"
val TikaVersion = "2.8.0" val TikaVersion = "2.9.0"
val YamuscaVersion = "0.10.0" val YamuscaVersion = "0.10.0"
val SwaggerUIVersion = "5.4.2" val SwaggerUIVersion = "5.4.2"
val TestContainerVersion = "0.40.14" val TestContainerVersion = "0.40.14"