File tree Expand file tree Collapse file tree 7 files changed +9
-11
lines changed Expand file tree Collapse file tree 7 files changed +9
-11
lines changed Original file line number Diff line number Diff line change 19
19
20
20
buildscript {
21
21
ext {
22
- snakeYamlVersion = ' 1.33 '
22
+ snakeYamlVersion = ' 2.0 '
23
23
shadowGradlePluginVersion = ' 7.0.0'
24
24
}
25
25
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 @@ -181,8 +181,6 @@ dependencies {
181
181
implementation ' org.codehaus.janino:janino:3.1.0'
182
182
implementation " com.fasterxml.jackson.dataformat:jackson-dataformat-cbor:${ jacksonVersion} "
183
183
implementation " com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:${ jacksonVersion} "
184
- // pin version of jackson-dataformat-yaml's transitive dependency "snakeyaml"
185
- implementation " org.yaml:snakeyaml:1.33"
186
184
implementation group : ' com.google.guava' , name : ' guava' , version : ' 31.1-jre'
187
185
implementation(' com.google.googlejavaformat:google-java-format:1.15.0' ) {
188
186
exclude group : ' com.google.guava' , module : ' guava'
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 {
Original file line number Diff line number Diff line change 24
24
# Note: this file is copied to the root of logstash-core because its gemspec needs it when
25
25
# bundler evaluates the gemspec via bin/logstash
26
26
# Ensure Jackson version here is kept in sync with version used by jrjackson gem
27
- jrjackson : 0.4.17
28
- jackson : 2.14.1
29
- jackson-databind : 2.14.1
27
+ jrjackson : 0.4.18
28
+ jackson : 2.15.2
29
+ jackson-databind : 2.15.2
You can’t perform that action at this time.
0 commit comments