Skip to content

Commit c11ec66

Browse files
committed
update jar dependencies
1 parent 2d64b1f commit c11ec66

File tree

3 files changed

+14
-11
lines changed

3 files changed

+14
-11
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
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

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
5.1.6
1+
5.1.7

build.gradle

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -20,16 +20,16 @@ repositories {
2020
dependencies {
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

0 commit comments

Comments
 (0)