Skip to content

Commit

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

---
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 Dec 24, 2021
1 parent 7c24066 commit 0d33b4d
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.8.9")
implementation("org.apache.tika:tika-core:2.2.0")
implementation("org.apache.tika:tika-core:2.2.1")

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

0 comments on commit 0d33b4d

Please sign in to comment.