Merge pull request #1028 from scala-steward/update/tika-core-2.1.0

Update tika-core to 2.1.0
This commit is contained in:
mergify[bot] 2021-08-24 12:37:08 +00:00 committed by GitHub
commit 4ac4e12127
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -38,7 +38,7 @@ object Dependencies {
val ScalaJavaTimeVersion = "2.3.0"
val Slf4jVersion = "1.7.32"
val StanfordNlpVersion = "4.2.2"
val TikaVersion = "2.0.0"
val TikaVersion = "2.1.0"
val YamuscaVersion = "0.8.1"
val SwaggerUIVersion = "3.51.2"
val TestContainerVersion = "0.39.6"