Skip to content

Commit

Permalink
Bump commons-compress to 1.21 (elastic#85581)
Browse files Browse the repository at this point in the history
This updates the dependency version for the Apache commons compress
project to 1.21
# Conflicts:
#	build-tools/build.gradle
#	distribution/tools/geoip-cli/build.gradle
#	test/x-content/build.gradle
  • Loading branch information
dakrone committed Apr 4, 2022
1 parent 4edeb1f commit 1205140
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build-tools-internal/build.gradle
Expand Up @@ -219,7 +219,7 @@ dependencies {

// same version as http client transitive dep
api 'commons-codec:commons-codec:1.11'
api 'org.apache.commons:commons-compress:1.19'
api 'org.apache.commons:commons-compress:1.21'
api 'org.apache.ant:ant:1.10.8'
api 'com.netflix.nebula:gradle-info-plugin:11.1.0'
api 'org.apache.rat:apache-rat:0.11'
Expand Down
2 changes: 1 addition & 1 deletion build-tools/build.gradle
Expand Up @@ -108,7 +108,7 @@ dependencies {

api localGroovy()
api gradleApi()
api 'org.apache.commons:commons-compress:1.19'
api 'org.apache.commons:commons-compress:1.21'
api 'org.apache.ant:ant:1.10.8'
api 'commons-io:commons-io:2.2'

Expand Down
5 changes: 5 additions & 0 deletions docs/changelog/85581.yaml
@@ -0,0 +1,5 @@
pr: 85581
summary: Bump commons-compress to 1.21
area: Ingest
type: bug
issues: []
2 changes: 1 addition & 1 deletion plugins/ingest-attachment/build.gradle
Expand Up @@ -55,7 +55,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.

@@ -0,0 +1 @@
4ec95b60d4e86b5c95a0e919cb172a0af98011ef

0 comments on commit 1205140

Please sign in to comment.