Skip to content

Commit

Permalink
update commons:io to 2.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jsvd committed Jun 28, 2023
1 parent 019bb95 commit e30add0
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion logstash-core/benchmarks/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ dependencies {
implementation "org.openjdk.jmh:jmh-core:$jmh"
annotationProcessor "org.openjdk.jmh:jmh-generator-annprocess:$jmh"
implementation 'com.google.guava:guava:24.1.1-jre'
implementation 'commons-io:commons-io:2.5'
implementation 'commons-io:commons-io:2.13.0'
runtimeOnly 'joda-time:joda-time:2.8.2'
api "org.jruby:jruby-core:$jrubyVersion"
}
Expand Down
2 changes: 1 addition & 1 deletion tools/benchmark-cli/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ dependencies {
implementation group: 'org.apache.commons', name: 'commons-lang3', version: '3.10'
implementation group: 'commons-codec', name: 'commons-codec', version: '1.14'

implementation group: 'commons-io', name: 'commons-io', version: '2.7'
implementation group: 'commons-io', name: 'commons-io', version: '2.13.0'
implementation "com.fasterxml.jackson.core:jackson-core:${jacksonVersion}"
api "com.fasterxml.jackson.core:jackson-databind:${jacksonDatabindVersion}"
implementation group: 'org.elasticsearch.client', name: 'elasticsearch-rest-client', version: elasticsearch
Expand Down
2 changes: 1 addition & 1 deletion tools/dependencies-report/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ buildscript {
}

dependencies {
implementation 'commons-io:commons-io:2.6'
implementation 'commons-io:commons-io:2.13.0'
implementation 'org.apache.commons:commons-csv:1.5'
implementation "com.fasterxml.jackson.core:jackson-core:${jacksonVersion}"
implementation "com.fasterxml.jackson.core:jackson-databind:${jacksonVersion}"
Expand Down
2 changes: 1 addition & 1 deletion tools/ingest-converter/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ dependencies {
implementation 'net.sf.jopt-simple:jopt-simple:4.6'
implementation "com.fasterxml.jackson.core:jackson-databind:${jacksonDatabindVersion}"
testImplementation "junit:junit:4.12"
testImplementation 'commons-io:commons-io:2.5'
testImplementation 'commons-io:commons-io:2.13.0'
}

javadoc {
Expand Down

0 comments on commit e30add0

Please sign in to comment.