Skip to content

Commit

Permalink
deps(upgrade): Bump org.apache.tika:tika-core from 2.8.0 to 2.9.0 (#753)
Browse files Browse the repository at this point in the history
Bumps [org.apache.tika:tika-core](https://github.com/apache/tika) from 2.8.0 to 2.9.0.
- [Changelog](https://github.com/apache/tika/blob/main/CHANGES.txt)
- [Commits](apache/tika@2.8.0...2.9.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>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 26, 2023
1 parent 7403047 commit 4c97ed0
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.8.0") {
api("org.apache.tika:tika-core:2.9.0") {
exclude("org.slf4j", "slf4j-api")
}
api("com.google.code.findbugs:jsr305:3.0.2")
Expand Down

0 comments on commit 4c97ed0

Please sign in to comment.