Skip to content

Commit

Permalink
Upgrade apache commons-compress to 1.21 (opensearch-project#1197) (op…
Browse files Browse the repository at this point in the history
…ensearch-project#1203)

Signed-off-by: Abbas Hussain <[email protected]>
  • Loading branch information
abbashus authored Sep 2, 2021
1 parent 4a5f03c commit b040cde
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion buildSrc/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ dependencies {
api localGroovy()

api 'commons-codec:commons-codec:1.13'
api 'org.apache.commons:commons-compress:1.19'
api 'org.apache.commons:commons-compress:1.21'
api 'org.apache.ant:ant:1.10.9'
api 'com.netflix.nebula:gradle-extra-configurations-plugin:3.0.3'
api 'com.netflix.nebula:nebula-publishing-plugin:4.4.4'
Expand Down
2 changes: 1 addition & 1 deletion plugins/ingest-attachment/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ dependencies {
// MS Office
api "org.apache.poi:poi-scratchpad:${versions.poi}"
// Apple iWork
api 'org.apache.commons:commons-compress:1.19'
api 'org.apache.commons:commons-compress:1.21'
// Outlook documents
api "org.apache.james:apache-mime4j-core:${versions.mime4j}"
api "org.apache.james:apache-mime4j-dom:${versions.mime4j}"
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
4ec95b60d4e86b5c95a0e919cb172a0af98011ef

0 comments on commit b040cde

Please sign in to comment.