File tree Expand file tree Collapse file tree 5 files changed +7
-7
lines changed
distribution/tools/geoip-cli
modules/ingest-attachment Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -17,5 +17,5 @@ dependencies {
17
17
compileOnly project(" :libs:elasticsearch-cli" )
18
18
compileOnly project(" :libs:elasticsearch-x-content" )
19
19
testImplementation project(" :test:framework" )
20
- testImplementation " org.apache.commons:commons-compress:1.21 "
20
+ testImplementation " org.apache.commons:commons-compress:1.24.0 "
21
21
}
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ spock = "2.1-groovy-3.0"
7
7
[libraries ]
8
8
ant = " org.apache.ant:ant:1.10.12"
9
9
antlrst4 = " org.antlr:ST4:4.3.4"
10
- apache-compress = " org.apache.commons:commons-compress:1.21 "
10
+ apache-compress = " org.apache.commons:commons-compress:1.24.0 "
11
11
apache-rat = " org.apache.rat:apache-rat:0.11"
12
12
asm = { group = " org.ow2.asm" , name =" asm" , version.ref =" asm" }
13
13
asm-tree = { group = " org.ow2.asm" , name =" asm-tree" , version.ref =" asm" }
Original file line number Diff line number Diff line change 1680
1680
<sha256 value =" 6aecfd5459728a595601cfa07258d131972ffc39b492eb48bdd596577a2f244a" origin =" Generated by Gradle" />
1681
1681
</artifact >
1682
1682
</component >
1683
- <component group =" org.apache.commons" name =" commons-compress" version =" 1.22 " >
1684
- <artifact name =" commons-compress-1.22 .jar" >
1685
- <sha256 value =" 53d04a0efc7223baecaa303bd5d298eb0600e6b82b4076f9cecd558b97ba760b " origin =" Generated by Gradle" />
1683
+ <component group =" org.apache.commons" name =" commons-compress" version =" 1.24.0 " >
1684
+ <artifact name =" commons-compress-1.24.0 .jar" >
1685
+ <sha256 value =" fbf2c5d275e513c08f4e4fb539726dbf3ac2142af956ba93efb983244f0c36bd " origin =" Generated by Gradle" />
1686
1686
</artifact >
1687
1687
</component >
1688
1688
<component group =" org.apache.commons" name =" commons-compress" version =" 1.4.1" >
Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ dependencies {
76
76
// MS Office
77
77
api " org.apache.poi:poi-scratchpad:${ versions.poi} "
78
78
// Apple iWork
79
- api ' org.apache.commons:commons-compress:1.22 '
79
+ api ' org.apache.commons:commons-compress:1.24.0 '
80
80
// Outlook documents
81
81
api " org.apache.james:apache-mime4j-core:${ versions.mime4j} "
82
82
api " org.apache.james:apache-mime4j-dom:${ versions.mime4j} "
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ dependencies {
18
18
implementation " com.networknt:json-schema-validator:${ versions.networknt_json_schema_validator} "
19
19
implementation " com.fasterxml.jackson.core:jackson-databind:${ versions.jackson} "
20
20
implementation " com.fasterxml.jackson.core:jackson-annotations:${ versions.jackson} "
21
- implementation " org.apache.commons:commons-compress:1.21 "
21
+ implementation " org.apache.commons:commons-compress:1.24.0 "
22
22
implementation " org.apache.commons:commons-lang3:${ versions.commons_lang3} "
23
23
}
24
24
You can’t perform that action at this time.
0 commit comments