Skip to content

Commit

Permalink
fix(deps): update java / apache tika to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 26, 2024
1 parent 1febecc commit 03978a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions buildSrc/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ dependencies {
// Manually adding apache-mime4j-dom due to https://github.com/advisories/GHSA-jw7r-rxff-gv24.
// It can be removed when updating Apache Tika to a newer version
implementation("org.apache.james:apache-mime4j-dom:0.8.11")
implementation("org.apache.tika:tika-core:2.9.2")
implementation("org.apache.tika:tika-parsers-standard-package:2.9.2")
implementation("org.apache.tika:tika-core:3.0.0")
implementation("org.apache.tika:tika-parsers-standard-package:3.0.0")
}

0 comments on commit 03978a1

Please sign in to comment.