Skip to content

Commit

Permalink
deps(upgrade): bump org.apache.tika:tika-core from 2.9.0 to 2.9.1 (#766)
Browse files Browse the repository at this point in the history
Bumps [org.apache.tika:tika-core](https://github.com/apache/tika) from 2.9.0 to 2.9.1.
- [Changelog](https://github.com/apache/tika/blob/main/CHANGES.txt)
- [Commits](apache/tika@2.9.0...2.9.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>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 15, 2024
1 parent 73a8901 commit 6beccd8
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.9.0") {
api("org.apache.tika:tika-core:2.9.1") {
exclude("org.slf4j", "slf4j-api")
}
api("com.google.code.findbugs:jsr305:3.0.2")
Expand Down

0 comments on commit 6beccd8

Please sign in to comment.