Skip to content

Commit 5594d34

Browse files
Bump org.apache.tika:tika-core from 2.9.2 to 3.0.0 in /service (#953)
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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f315ed9 commit 5594d34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

service/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ dependencies {
5757
implementation 'org.apache.commons:commons-lang3:3.17.0'
5858
implementation 'javax.xml.soap:javax.xml.soap-api:1.4.0'
5959
implementation 'com.github.spullara.mustache.java:compiler:0.9.14'
60-
implementation 'org.apache.tika:tika-core:2.9.2'
60+
implementation 'org.apache.tika:tika-core:3.0.0'
6161

6262
// Fhir
6363
implementation 'ca.uhn.hapi.fhir:hapi-fhir-structures-dstu3:7.4.3'

0 commit comments

Comments
 (0)