Skip to content

Commit

Permalink
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] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 20, 2024
1 parent c7dd8f0 commit 9b4090d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion vividus-plugin-azure-storage-account/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ dependencies {
implementation(group: 'com.google.guava', name: 'guava', version: '33.3.1-jre')
implementation platform(group: 'org.slf4j', name: 'slf4j-bom', version: '2.0.16')
implementation(group: 'org.slf4j', name: 'slf4j-api')
implementation(group: 'org.apache.tika', name: 'tika-core', version: '2.9.2')
implementation(group: 'org.apache.tika', name: 'tika-core', version: '3.0.0')

testImplementation platform(group: 'org.junit', name: 'junit-bom', version: '5.11.2')
testImplementation(group: 'org.junit.jupiter', name: 'junit-jupiter')
Expand Down
2 changes: 1 addition & 1 deletion vividus-plugin-rest-api/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ dependencies {
implementation(group: 'com.github.vividus-framework.JsonPath', name: 'json-path', version: versions.jsonPath)
implementation(group: 'com.github.vividus-framework.JsonPath', name: 'json-path-assert', version: versions.jsonPath)
implementation(group: 'org.hamcrest', name: 'hamcrest', version: '3.0')
implementation(group: 'org.apache.tika', name: 'tika-core', version: '2.9.2')
implementation(group: 'org.apache.tika', name: 'tika-core', version: '3.0.0')
implementation(group: 'jakarta.inject', name: 'jakarta.inject-api', version: '2.0.1')

testImplementation platform(group: 'org.junit', name: 'junit-bom', version: '5.11.2')
Expand Down
2 changes: 1 addition & 1 deletion vividus-plugin-shell/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ dependencies {
implementation project(':vividus-soft-assert')
implementation project(':vividus-util')

implementation(group: 'org.apache.tika', name: 'tika-core', version: '2.9.2')
implementation(group: 'org.apache.tika', name: 'tika-core', version: '3.0.0')

testImplementation platform(group: 'org.junit', name: 'junit-bom', version: '5.11.2')
testImplementation(group: 'org.junit.jupiter', name: 'junit-jupiter')
Expand Down

0 comments on commit 9b4090d

Please sign in to comment.