Skip to content

Commit

Permalink
Bump org.apache.commons:commons-compress from 1.23.0 to 1.24.0 (opens…
Browse files Browse the repository at this point in the history
…earch-project#9973) (opensearch-project#9978)

(cherry picked from commit 05544ae)

Signed-off-by: Andriy Redko <[email protected]>
  • Loading branch information
reta authored Sep 12, 2023
1 parent f5b8460 commit e4ae8fe
Show file tree
Hide file tree
Showing 11 changed files with 8 additions and 6 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
### Added

### Dependencies
- Bump `org.apache.commons:commons-compress` from 1.23.0 to 1.24.0 ([#9973](https://github.com/opensearch-project/OpenSearch/pull/9973))
- Bump JNA version from 5.5 to 5.13 ([#9963](https://github.com/opensearch-project/OpenSearch/pull/9963))

### Changed
Expand Down
1 change: 1 addition & 0 deletions buildSrc/version.properties
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ httpasyncclient = 4.1.5
commonslogging = 1.2
commonscodec = 1.15
commonslang = 3.13.0
commonscompress = 1.24.0
# plugin dependencies
aws = 2.20.55
reactivestreams = 1.0.4
Expand Down
2 changes: 1 addition & 1 deletion distribution/tools/plugin-cli/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ dependencies {
transitive = false
}

implementation 'org.apache.commons:commons-compress:1.23.0'
implementation "org.apache.commons:commons-compress:${versions.commonscompress}"
}

tasks.named("dependencyLicenses").configure {
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
b4b1b5a3d9573b2970fddab236102c0a4d27d35e
2 changes: 1 addition & 1 deletion plugins/ingest-attachment/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ dependencies {
// MS Office
api "org.apache.poi:poi-scratchpad:${versions.poi}"
// Apple iWork
api 'org.apache.commons:commons-compress:1.22'
api "org.apache.commons:commons-compress:${versions.commonscompress}"
// 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 @@
b4b1b5a3d9573b2970fddab236102c0a4d27d35e
2 changes: 1 addition & 1 deletion plugins/repository-hdfs/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ dependencies {
api 'commons-cli:commons-cli:1.2'
api "commons-codec:commons-codec:${versions.commonscodec}"
api 'commons-collections:commons-collections:3.2.2'
api 'org.apache.commons:commons-compress:1.21'
api "org.apache.commons:commons-compress:${versions.commonscompress}"
api 'org.apache.commons:commons-configuration2:2.8.0'
api 'commons-io:commons-io:2.12.0'
api 'org.apache.commons:commons-lang3:3.13.0'
Expand Down

This file was deleted.

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

0 comments on commit e4ae8fe

Please sign in to comment.