We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6724d3 commit d2c9298Copy full SHA for d2c9298
plugins/ingest-attachment/build.gradle
@@ -87,7 +87,7 @@ dependencies {
87
api "org.apache.poi:poi-ooxml-lite:${versions.poi}"
88
api "commons-codec:commons-codec:${versions.commonscodec}"
89
api 'org.apache.xmlbeans:xmlbeans:5.3.0'
90
- api 'org.apache.commons:commons-collections4:4.4'
+ api 'org.apache.commons:commons-collections4:4.5.0'
91
// MS Office
92
api "org.apache.poi:poi-scratchpad:${versions.poi}"
93
// Apple iWork
0 commit comments