Skip to content

Commit

Permalink
chore: upgrade libs
Browse files Browse the repository at this point in the history
  • Loading branch information
loicmathieu committed Jan 29, 2024
1 parent 7b1ccad commit 40146ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,10 @@ dependencies {

// tika plugins
compileOnly group: 'ch.qos.logback', name: 'logback-classic'
api (group: 'org.apache.tika', name: 'tika-core', version: '2.7.0') {
api (group: 'org.apache.tika', name: 'tika-core', version: '2.9.1') {
exclude group: 'org.slf4j'
}
api (group: 'org.apache.tika', name: 'tika-parsers-standard-package', version: '2.7.0') {
api (group: 'org.apache.tika', name: 'tika-parsers-standard-package', version: '2.9.1') {
exclude group: 'org.slf4j'
}
}
Expand Down

0 comments on commit 40146ff

Please sign in to comment.