Skip to content

Commit

Permalink
deps(upgrade): bump org.apache.tika:tika-core from 2.9.1 to 2.9.2
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.1 to 2.9.2.
- [Changelog](https://github.com/apache/tika/blob/main/CHANGES.txt)
- [Commits](apache/tika@2.9.1...2.9.2)

---
updated-dependencies:
- dependency-name: org.apache.tika:tika-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 15, 2024
1 parent 8881b55 commit 0f2db4e
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:33.0.0-jre")
api("org.apache.tika:tika-core:2.9.1") {
api("org.apache.tika:tika-core:2.9.2") {
exclude("org.slf4j", "slf4j-api")
}
api("com.google.code.findbugs:jsr305:3.0.2")
Expand Down

0 comments on commit 0f2db4e

Please sign in to comment.