File tree Expand file tree Collapse file tree 3 files changed +14
-11
lines changed Expand file tree Collapse file tree 3 files changed +14
-11
lines changed Original file line number Diff line number Diff line change 1+ ## 5.1.7
2+ - Updated jar dependencies to reflect newer releases
3+
14## 5.1.6
25 - Docs: Fixed broken link by removing extra space. [ #347 ] ( https://github.com/logstash-plugins/logstash-input-beats/pull/347 )
36
Original file line number Diff line number Diff line change 1- 5.1.6
1+ 5.1.7
Original file line number Diff line number Diff line change @@ -20,16 +20,16 @@ repositories {
2020dependencies {
2121 testCompile ' junit:junit:4.12'
2222 testCompile ' org.hamcrest:hamcrest-library:1.3'
23- testCompile ' org.apache.logging.log4j:log4j-core:2.6.2 '
24-
25- compile ' io.netty:netty-all:4.1.18 .Final'
26- compile ' io.netty:netty-tcnative-boringssl-static:2.0.7 .Final'
27- compile ' org.javassist:javassist:3.20 .0-GA'
28- compile ' com.fasterxml.jackson.core:jackson-core:2.9.5 '
29- compile ' com.fasterxml.jackson.core:jackson-annotations:2.9.5 '
30- compile ' com.fasterxml.jackson.core:jackson-databind:2.9.5 '
31- compile ' com.fasterxml.jackson.module:jackson-module-afterburner:2.9.5 '
32- compile ' org.apache.logging.log4j:log4j-api:2.6.2 '
23+ testCompile ' org.apache.logging.log4j:log4j-core:2.11.1 '
24+
25+ compile ' io.netty:netty-all:4.1.30 .Final'
26+ compile ' io.netty:netty-tcnative-boringssl-static:2.0.12 .Final'
27+ compile ' org.javassist:javassist:3.24 .0-GA'
28+ compile ' com.fasterxml.jackson.core:jackson-core:2.9.7 '
29+ compile ' com.fasterxml.jackson.core:jackson-annotations:2.9.7 '
30+ compile ' com.fasterxml.jackson.core:jackson-databind:2.9.7 '
31+ compile ' com.fasterxml.jackson.module:jackson-module-afterburner:2.9.7 '
32+ compile ' org.apache.logging.log4j:log4j-api:2.11.1 '
3333
3434}
3535
You can’t perform that action at this time.
0 commit comments