Skip to content

Commit

Permalink
Bump tika-core from 2.4.1 to 2.5.0
Browse files Browse the repository at this point in the history
Bumps [tika-core](https://github.com/apache/tika) from 2.4.1 to 2.5.0.
- [Release notes](https://github.com/apache/tika/releases)
- [Changelog](https://github.com/apache/tika/blob/main/CHANGES.txt)
- [Commits](apache/tika@2.4.1...2.5.0)

---
updated-dependencies:
- dependency-name: org.apache.tika:tika-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Oct 4, 2022
1 parent 28b14b4 commit 3732c0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ dependencies {
implementation("org.apache.poi:poi-ooxml-lite:$apachePOIVersion")

implementation("com.google.code.gson:gson:2.9.1")
implementation("org.apache.tika:tika-core:2.4.1")
implementation("org.apache.tika:tika-core:2.5.0")

runtimeOnly("org.apache.logging.log4j:log4j-core:$log4jVersion")
implementation("org.apache.logging.log4j:log4j-api:$log4jVersion")
Expand Down

0 comments on commit 3732c0f

Please sign in to comment.