Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jun 20, 2022
1 parent f3776c3 commit 7422380
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 @@ -34,7 +34,7 @@ dependencies {
implementation("org.apache.poi:poi-ooxml-lite:$apachePOIVersion")

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

runtimeOnly group: 'org.apache.logging.log4j', name: 'log4j-core', version: '2.17.2'
implementation group: 'org.apache.logging.log4j', name: 'log4j-api', version: '2.17.2'
Expand Down

0 comments on commit 7422380

Please sign in to comment.