Skip to content

Commit

Permalink
Bump tika-core from 2.3.0 to 2.4.0 (#124)
Browse files Browse the repository at this point in the history
Bumps [tika-core](https://github.com/apache/tika) from 2.3.0 to 2.4.0.
- [Release notes](https://github.com/apache/tika/releases)
- [Changelog](https://github.com/apache/tika/blob/main/CHANGES.txt)
- [Commits](apache/tika@2.3.0...2.4.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] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored May 3, 2022
1 parent 437dde2 commit 56c0c89
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 @@ -69,7 +69,7 @@ protobuf {
dependencies {
implementation group: 'commons-codec', name: 'commons-codec', version: '1.15'
implementation group: 'org.apache.commons', name: 'commons-text', version: '1.9'
implementation group: 'org.apache.tika', name: 'tika-core', version: '2.3.0'
implementation group: 'org.apache.tika', name: 'tika-core', version: '2.4.0'


//Jackson
Expand Down

0 comments on commit 56c0c89

Please sign in to comment.