MLE-31396 update tika to 3.3.2 - #663
Open
RitaChen609 wants to merge 4 commits into
Open
Conversation
RitaChen609
requested review from
jonmille,
ngodugu-marklogic,
rjdew-progress and
rjrudin
as code owners
July 31, 2026 19:39
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the Gradle-managed Apache Tika version used by Flux’s CLI distribution to pick up a newer PDFBox dependency via tika-parser-pdf-module, addressing the CVE called out in the PR description.
Changes:
- Bump
tikaVersionfrom3.3.1to3.3.2ingradle.properties.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
rjrudin
previously approved these changes
Jul 31, 2026
| janinoVersion=3.1.12 | ||
| langchain4jVersion=1.17.2 | ||
| tikaVersion=3.3.1 | ||
| tikaVersion=3.3.2 |
Contributor
There was a problem hiding this comment.
This needs to be done in the Spark connector too since it depends on the core Tika library.
rjdew-progress
previously approved these changes
Aug 3, 2026
jonmille
previously approved these changes
Aug 4, 2026
RitaChen609
dismissed stale reviews from jonmille and rjdew-progress
via
August 4, 2026 18:45
f22022a
jonmille
approved these changes
Aug 4, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixed BDSA-2026-3678 / CVE-2026-23907 in Apache PDFBox v3.0.7 by upgrading Tika to 3.3.2 since tika-parser-pdf-module:3.3.2 already depends on pdfbox:3.0.8 and pdfbox-tools:3.0.8 directly.