Skip to content

Commit

Permalink
Bump org.apache.tika:tika-core from 2.9.1 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.1 to 3.0.0.
- [Changelog](https://github.com/apache/tika/blob/main/CHANGES.txt)
- [Commits](apache/tika@2.9.1...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] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 21, 2024
1 parent c5c1f62 commit 1289964
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -454,7 +454,7 @@ dependencies {
implementation 'com.vladsch.flexmark:flexmark-all:0.64.8'

// Apache Tika Parsers for determining file type
implementation 'org.apache.tika:tika-core:2.9.1'
implementation 'org.apache.tika:tika-core:3.0.0'

// Noise Generator
implementation 'com.github.cwisniew:NoiseLib:1.0.0' // The most recent version, 1.0.0 is build for a later java version: major version 55 is newer than 54, the highest major version supported by this compiler
Expand Down

0 comments on commit 1289964

Please sign in to comment.