From b9d264e351eed1a89b4f9ef0fdbac3f61271cb60 Mon Sep 17 00:00:00 2001 From: Jake Landis Date: Mon, 18 Sep 2023 11:01:46 -0500 Subject: [PATCH] Bump version for commons-compress --- distribution/tools/geoip-cli/build.gradle | 2 +- gradle/build.versions.toml | 2 +- gradle/verification-metadata.xml | 6 +++--- modules/ingest-attachment/build.gradle | 2 +- test/x-content/build.gradle | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/distribution/tools/geoip-cli/build.gradle b/distribution/tools/geoip-cli/build.gradle index ebc34550a6625..cc7ac34a8acb0 100644 --- a/distribution/tools/geoip-cli/build.gradle +++ b/distribution/tools/geoip-cli/build.gradle @@ -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" } diff --git a/gradle/build.versions.toml b/gradle/build.versions.toml index 532e75c39d3c9..97cefe4df8f67 100644 --- a/gradle/build.versions.toml +++ b/gradle/build.versions.toml @@ -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" } diff --git a/gradle/verification-metadata.xml b/gradle/verification-metadata.xml index 7a894242f785b..6cd8d56be9530 100644 --- a/gradle/verification-metadata.xml +++ b/gradle/verification-metadata.xml @@ -1690,9 +1690,9 @@ - - - + + + diff --git a/modules/ingest-attachment/build.gradle b/modules/ingest-attachment/build.gradle index 09e0184a35716..461474fa68dca 100644 --- a/modules/ingest-attachment/build.gradle +++ b/modules/ingest-attachment/build.gradle @@ -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}" diff --git a/test/x-content/build.gradle b/test/x-content/build.gradle index 5f0975cfdf1b2..9c00e32b41348 100644 --- a/test/x-content/build.gradle +++ b/test/x-content/build.gradle @@ -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}" }