Skip to content

Commit a261743

Browse files
committed
update commons-io to 2.13.0 and commons-compress to 1.23.0
1 parent 0a35754 commit a261743

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

logstash-core/benchmarks/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ dependencies {
5858
implementation "org.openjdk.jmh:jmh-core:$jmh"
5959
annotationProcessor "org.openjdk.jmh:jmh-generator-annprocess:$jmh"
6060
implementation 'com.google.guava:guava:24.1.1-jre'
61-
implementation 'commons-io:commons-io:2.5'
61+
implementation 'commons-io:commons-io:2.13.0'
6262
runtimeOnly 'joda-time:joda-time:2.8.2'
6363
api "org.jruby:jruby-core:$jrubyVersion"
6464
}

tools/benchmark-cli/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,11 +50,11 @@ ext {
5050
dependencies {
5151
implementation 'net.sf.jopt-simple:jopt-simple:5.0.3'
5252
implementation group: 'org.apache.httpcomponents', name: 'httpclient', version: '4.5.12'
53-
implementation group: 'org.apache.commons', name: 'commons-compress', version: '1.20'
53+
implementation group: 'org.apache.commons', name: 'commons-compress', version: '1.23.0'
5454
implementation group: 'org.apache.commons', name: 'commons-lang3', version: '3.10'
5555
implementation group: 'commons-codec', name: 'commons-codec', version: '1.14'
5656

57-
implementation group: 'commons-io', name: 'commons-io', version: '2.7'
57+
implementation group: 'commons-io', name: 'commons-io', version: '2.13.0'
5858
implementation "com.fasterxml.jackson.core:jackson-core:${jacksonVersion}"
5959
api "com.fasterxml.jackson.core:jackson-databind:${jacksonDatabindVersion}"
6060
implementation group: 'org.elasticsearch.client', name: 'elasticsearch-rest-client', version: elasticsearch

tools/dependencies-report/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ buildscript {
4242
}
4343

4444
dependencies {
45-
implementation 'commons-io:commons-io:2.6'
45+
implementation 'commons-io:commons-io:2.13.0'
4646
implementation 'org.apache.commons:commons-csv:1.5'
4747
implementation "com.fasterxml.jackson.core:jackson-core:${jacksonVersion}"
4848
implementation "com.fasterxml.jackson.core:jackson-databind:${jacksonVersion}"

tools/ingest-converter/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ dependencies {
4545
implementation 'net.sf.jopt-simple:jopt-simple:4.6'
4646
implementation "com.fasterxml.jackson.core:jackson-databind:${jacksonDatabindVersion}"
4747
testImplementation "junit:junit:4.12"
48-
testImplementation 'commons-io:commons-io:2.5'
48+
testImplementation 'commons-io:commons-io:2.13.0'
4949
}
5050

5151
javadoc {

0 commit comments

Comments
 (0)