Skip to content

Commit

Permalink
Bump version for commons-compress
Browse files Browse the repository at this point in the history
  • Loading branch information
jakelandis committed Sep 18, 2023
1 parent 1a14bc7 commit b9d264e
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion distribution/tools/geoip-cli/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ dependencies {
compileOnly project(":libs:elasticsearch-cli")
compileOnly project(":libs:elasticsearch-x-content")
testImplementation project(":test:framework")
testImplementation "org.apache.commons:commons-compress:1.21"
testImplementation "org.apache.commons:commons-compress:1.24.0"
}
2 changes: 1 addition & 1 deletion gradle/build.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ spock = "2.1-groovy-3.0"
[libraries]
ant = "org.apache.ant:ant:1.10.12"
antlrst4 = "org.antlr:ST4:4.3.4"
apache-compress = "org.apache.commons:commons-compress:1.21"
apache-compress = "org.apache.commons:commons-compress:1.24.0"
apache-rat = "org.apache.rat:apache-rat:0.11"
asm = { group = "org.ow2.asm", name="asm", version.ref="asm" }
asm-tree = { group = "org.ow2.asm", name="asm-tree", version.ref="asm" }
Expand Down
6 changes: 3 additions & 3 deletions gradle/verification-metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1690,9 +1690,9 @@
<sha256 value="6aecfd5459728a595601cfa07258d131972ffc39b492eb48bdd596577a2f244a" origin="Generated by Gradle"/>
</artifact>
</component>
<component group="org.apache.commons" name="commons-compress" version="1.22">
<artifact name="commons-compress-1.22.jar">
<sha256 value="53d04a0efc7223baecaa303bd5d298eb0600e6b82b4076f9cecd558b97ba760b" origin="Generated by Gradle"/>
<component group="org.apache.commons" name="commons-compress" version="1.24.0">
<artifact name="commons-compress-1.24.0.jar">
<sha256 value="fbf2c5d275e513c08f4e4fb539726dbf3ac2142af956ba93efb983244f0c36bd" origin="Generated by Gradle"/>
</artifact>
</component>
<component group="org.apache.commons" name="commons-compress" version="1.4.1">
Expand Down
2 changes: 1 addition & 1 deletion modules/ingest-attachment/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,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:1.24.0'
// Outlook documents
api "org.apache.james:apache-mime4j-core:${versions.mime4j}"
api "org.apache.james:apache-mime4j-dom:${versions.mime4j}"
Expand Down
2 changes: 1 addition & 1 deletion test/x-content/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ dependencies {
implementation "com.networknt:json-schema-validator:${versions.networknt_json_schema_validator}"
implementation "com.fasterxml.jackson.core:jackson-databind:${versions.jackson}"
implementation "com.fasterxml.jackson.core:jackson-annotations:${versions.jackson}"
implementation "org.apache.commons:commons-compress:1.21"
implementation "org.apache.commons:commons-compress:1.24.0"
implementation "org.apache.commons:commons-lang3:${versions.commons_lang3}"
}

Expand Down

0 comments on commit b9d264e

Please sign in to comment.