Skip to content
This repository has been archived by the owner on Jan 13, 2024. It is now read-only.

Commit

Permalink
fix(deps): update dependency org.apache.tika:tika-core to v2.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Aug 29, 2023
1 parent a10f7fd commit b9cc801
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ plugins {

dependencies {
// Tika (for content type checking)
api("org.apache.tika:tika-core:2.8.0")
api("org.apache.tika:tika-core:2.9.0")
}

0 comments on commit b9cc801

Please sign in to comment.