Skip to content

Commit 7302f01

Browse files
committed
Update tika monorepo to v3
1 parent bc0293b commit 7302f01

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

buildSrc/src/main/groovy/org.apache.fineract.dependencies.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,8 @@ dependencyManagement {
7474
dependency 'org.ehcache:ehcache:3.10.8'
7575
dependency 'com.github.spullara.mustache.java:compiler:0.9.14'
7676
dependency 'com.jayway.jsonpath:json-path:2.9.0'
77-
dependency 'org.apache.tika:tika-core:2.9.2'
78-
dependency ('org.apache.tika:tika-parser-microsoft-module:2.9.2') {
77+
dependency 'org.apache.tika:tika-core:3.1.0'
78+
dependency ('org.apache.tika:tika-parser-microsoft-module:3.1.0') {
7979
exclude 'org.bouncycastle:bcprov-jdk15on'
8080
exclude 'org.bouncycastle:bcmail-jdk15on'
8181
exclude 'org.bouncycastle:bcprov-jdk18on'
@@ -92,7 +92,7 @@ dependencyManagement {
9292
exclude 'org.apache.commons:commons-compress'
9393
exclude 'xml-apis:xml-apis'
9494
}
95-
dependency ('org.apache.tika:tika-parser-miscoffice-module:2.9.2') {
95+
dependency ('org.apache.tika:tika-parser-miscoffice-module:3.1.0') {
9696
exclude 'org.bouncycastle:bcprov-jdk15on'
9797
exclude 'org.bouncycastle:bcmail-jdk15on'
9898
exclude 'org.bouncycastle:bcprov-jdk18on'

0 commit comments

Comments
 (0)