@@ -23,8 +23,8 @@ esplugin {
2323}
2424
2525versions << [
26- ' tika' : ' 1.17 ' ,
27- ' pdfbox' : ' 2.0.8 ' ,
26+ ' tika' : ' 1.18 ' ,
27+ ' pdfbox' : ' 2.0.9 ' ,
2828 ' bouncycastle' : ' 1.55' ,
2929 ' poi' : ' 3.17' ,
3030 ' mime4j' : ' 0.8.1'
@@ -33,9 +33,10 @@ versions << [
3333dependencies {
3434 // mandatory for tika
3535 compile " org.apache.tika:tika-core:${ versions.tika} "
36+ // build against Jackson 2.9.5, but still works on our current version
3637 compile " org.apache.tika:tika-parsers:${ versions.tika} "
37- compile ' org.tukaani:xz:1.6 '
38- compile ' commons-io:commons-io:2.5 '
38+ compile ' org.tukaani:xz:1.8 '
39+ compile ' commons-io:commons-io:2.6 '
3940 compile " org.slf4j:slf4j-api:${ versions.slf4j} "
4041
4142 // character set detection
@@ -62,7 +63,7 @@ dependencies {
6263 // MS Office
6364 compile " org.apache.poi:poi-scratchpad:${ versions.poi} "
6465 // Apple iWork
65- compile ' org.apache.commons:commons-compress:1.14 '
66+ compile ' org.apache.commons:commons-compress:1.16.1 '
6667 // Outlook documents
6768 compile " org.apache.james:apache-mime4j-core:${ versions.mime4j} "
6869 compile " org.apache.james:apache-mime4j-dom:${ versions.mime4j} "
@@ -118,6 +119,10 @@ thirdPartyAudit.excludes = [
118119 ' com.drew.metadata.jpeg.JpegDirectory' ,
119120 ' com.github.junrar.Archive' ,
120121 ' com.github.junrar.rarfile.FileHeader' ,
122+ ' com.github.luben.zstd.ZstdInputStream' ,
123+ ' com.github.luben.zstd.ZstdOutputStream' ,
124+ ' com.github.openjson.JSONArray' ,
125+ ' com.github.openjson.JSONObject' ,
121126 ' com.google.common.reflect.TypeToken' ,
122127 ' com.google.gson.Gson' ,
123128 ' com.googlecode.mp4parser.DataSource' ,
@@ -531,6 +536,7 @@ thirdPartyAudit.excludes = [
531536 ' org.apache.commons.exec.PumpStreamHandler' ,
532537 ' org.apache.commons.exec.environment.EnvironmentUtils' ,
533538 ' org.apache.commons.lang.StringUtils' ,
539+ ' org.apache.commons.lang.SystemUtils' ,
534540 ' org.apache.ctakes.typesystem.type.refsem.UmlsConcept' ,
535541 ' org.apache.ctakes.typesystem.type.textsem.IdentifiedAnnotation' ,
536542 ' org.apache.cxf.jaxrs.client.WebClient' ,
@@ -635,8 +641,6 @@ thirdPartyAudit.excludes = [
635641 ' org.etsi.uri.x01903.v13.impl.UnsignedSignaturePropertiesTypeImpl$1SignatureTimeStampList' ,
636642 ' org.etsi.uri.x01903.v14.ValidationDataType$Factory' ,
637643 ' org.etsi.uri.x01903.v14.ValidationDataType' ,
638- ' org.json.JSONArray' ,
639- ' org.json.JSONObject' ,
640644 ' org.json.simple.JSONArray' ,
641645 ' org.json.simple.JSONObject' ,
642646 ' org.json.simple.parser.JSONParser' ,
0 commit comments