Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 22, 2024
1 parent a7c5818 commit a020f99
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.3.1-jre")
api("org.apache.tika:tika-core:2.9.2") {
api("org.apache.tika:tika-core:3.0.0") {
exclude("org.slf4j", "slf4j-api")
}
api("com.google.code.findbugs:jsr305:3.0.2")
Expand Down

0 comments on commit a020f99

Please sign in to comment.