Update tika-core to 2.9.0

This commit is contained in:
eikek-scala-steward
2023-08-28 20:13:11 +00:00
parent ddff27c550
commit 44e68e677c

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"