From f38e8d5482a011113b389638e203c3cb0bab6a5d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Aug 2026 22:56:10 +0000 Subject: [PATCH] chore(deps): bump org.apache.tika:tika-core from 3.3.2 to 4.0.0 Bumps [org.apache.tika:tika-core](https://github.com/apache/tika) from 3.3.2 to 4.0.0. - [Changelog](https://github.com/apache/tika/blob/main/CHANGES.txt) - [Commits](https://github.com/apache/tika/compare/3.3.2...4.0.0) --- updated-dependencies: - dependency-name: org.apache.tika:tika-core dependency-version: 4.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- datahub-infra/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/datahub-infra/build.gradle b/datahub-infra/build.gradle index cdcb1cdf..de624997 100644 --- a/datahub-infra/build.gradle +++ b/datahub-infra/build.gradle @@ -65,7 +65,7 @@ dependencies { runtimeOnly 'org.bouncycastle:bcprov-jdk18on:1.85.2' runtimeOnly 'org.bouncycastle:bcpkix-jdk18on:1.85' - implementation 'org.apache.tika:tika-core:3.3.2' + implementation 'org.apache.tika:tika-core:4.0.0' // Apache Commons Hashing implementation 'commons-codec:commons-codec:1.22.1'