diff --git a/build.gradle b/build.gradle index ad90d2e..d854e52 100644 --- a/build.gradle +++ b/build.gradle @@ -70,9 +70,9 @@ dependencies { benchmarkTestImplementation "com.github.pemistahl:lingua:1.2.2" benchmarkTestImplementation "io.github.azagniotov:language-detection:12.5.2" benchmarkTestImplementation "com.optimaize.languagedetector:language-detector:0.6" - benchmarkTestImplementation "org.apache.tika:tika-core:3.1.0" - benchmarkTestImplementation "org.apache.tika:tika-langdetect-opennlp:3.1.0" - benchmarkTestImplementation "org.apache.tika:tika-langdetect-optimaize:3.1.0" + benchmarkTestImplementation "org.apache.tika:tika-core:3.2.3" + benchmarkTestImplementation "org.apache.tika:tika-langdetect-opennlp:3.2.3" + benchmarkTestImplementation "org.apache.tika:tika-langdetect-optimaize:3.2.3" benchmarkTestImplementation "org.apache.opennlp:opennlp-tools:2.5.4" benchmarkTestImplementation "com.github.vinhkhuc:jfasttext:0.5" }