Skip to content

Commit

Permalink
deps(upgrade): bump org.apache.tika:tika-core from 2.5.0 to 2.8.0 (#700)
Browse files Browse the repository at this point in the history
Bumps [org.apache.tika:tika-core](https://github.com/apache/tika) from 2.5.0 to 2.8.0.
- [Changelog](https://github.com/apache/tika/blob/main/CHANGES.txt)
- [Commits](apache/tika@2.5.0...2.8.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 Jul 25, 2023
1 parent 86cebb0 commit f132151
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ dependencies {
}
api("software.amazon.awssdk:apache-client")
api("com.google.guava:guava:30.1.1-jre")
api("org.apache.tika:tika-core:2.5.0") {
api("org.apache.tika:tika-core:2.8.0") {
exclude("org.slf4j", "slf4j-api")
}
api("com.google.code.findbugs:jsr305:3.0.2")
Expand Down

0 comments on commit f132151

Please sign in to comment.