File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ dependencies {
58
58
implementation " org.openjdk.jmh:jmh-core:$jmh "
59
59
annotationProcessor " org.openjdk.jmh:jmh-generator-annprocess:$jmh "
60
60
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 '
62
62
runtimeOnly ' joda-time:joda-time:2.8.2'
63
63
api " org.jruby:jruby-core:$jrubyVersion "
64
64
}
Original file line number Diff line number Diff line change @@ -50,11 +50,11 @@ ext {
50
50
dependencies {
51
51
implementation ' net.sf.jopt-simple:jopt-simple:5.0.3'
52
52
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 '
54
54
implementation group : ' org.apache.commons' , name : ' commons-lang3' , version : ' 3.10'
55
55
implementation group : ' commons-codec' , name : ' commons-codec' , version : ' 1.14'
56
56
57
- implementation group : ' commons-io' , name : ' commons-io' , version : ' 2.7 '
57
+ implementation group : ' commons-io' , name : ' commons-io' , version : ' 2.13.0 '
58
58
implementation " com.fasterxml.jackson.core:jackson-core:${ jacksonVersion} "
59
59
api " com.fasterxml.jackson.core:jackson-databind:${ jacksonDatabindVersion} "
60
60
implementation group : ' org.elasticsearch.client' , name : ' elasticsearch-rest-client' , version : elasticsearch
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ buildscript {
42
42
}
43
43
44
44
dependencies {
45
- implementation ' commons-io:commons-io:2.6 '
45
+ implementation ' commons-io:commons-io:2.13.0 '
46
46
implementation ' org.apache.commons:commons-csv:1.5'
47
47
implementation " com.fasterxml.jackson.core:jackson-core:${ jacksonVersion} "
48
48
implementation " com.fasterxml.jackson.core:jackson-databind:${ jacksonVersion} "
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ dependencies {
45
45
implementation ' net.sf.jopt-simple:jopt-simple:4.6'
46
46
implementation " com.fasterxml.jackson.core:jackson-databind:${ jacksonDatabindVersion} "
47
47
testImplementation " junit:junit:4.12"
48
- testImplementation ' commons-io:commons-io:2.5 '
48
+ testImplementation ' commons-io:commons-io:2.13.0 '
49
49
}
50
50
51
51
javadoc {
You can’t perform that action at this time.
0 commit comments