Skip to content

Commit

Permalink
deps: Update apache-mime4j-dom to version 0.8.10
Browse files Browse the repository at this point in the history
  • Loading branch information
marcospereira committed Feb 29, 2024
1 parent 1e1edcb commit dd7cc42
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions buildSrc/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ dependencies {

// Manually adding commons-compress due to https://devhub.checkmarx.com/cve-details/CVE-2024-26308/
implementation("org.apache.commons:commons-compress:1.26.0")

// 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.10")
implementation("org.apache.tika:tika-core:2.9.1")
implementation("org.apache.tika:tika-parsers-standard-package:2.9.1")
}

0 comments on commit dd7cc42

Please sign in to comment.