Browse Source

Bump version for commons-compress (#99633)

This commit bumps the version for commons-compress to 1.24.0.
Jake Landis 2 years ago
parent
commit
f3aa254b55

+ 1 - 1
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"
 }

+ 1 - 1
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" }

+ 3 - 3
gradle/verification-metadata.xml

@@ -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">

+ 1 - 1
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}"

+ 1 - 1
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}"
 }