From 6a5bdb4bb0365f67cc5c9309c49ed5da2fc4133c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Sep 2025 02:12:36 +0000 Subject: [PATCH] Bump org.apache.tika:tika-langdetect-opennlp from 3.1.0 to 3.2.3 Bumps org.apache.tika:tika-langdetect-opennlp from 3.1.0 to 3.2.3. --- updated-dependencies: - dependency-name: org.apache.tika:tika-langdetect-opennlp dependency-version: 3.2.3 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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" }