Skip to content

Commit 0589e21

Browse files
authoredJun 18, 2021
Update Netty dependency to 4.1.65 (#140)
Update Netty dependency to 4.1.65 Fixes #139
1 parent 7fec6b0 commit 0589e21

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed
 

‎CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 3.4.1
2+
- Changed jar dependencies to reflect newer versions [#140](https://github.com/logstash-plugins/logstash-input-http/pull/140)
3+
14
## 3.4.0
25
- Add ECS support, mapping Http header to ECS compatible fields [#137](https://github.com/logstash-plugins/logstash-input-http/pull/137)
36

‎VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.4.0
1+
3.4.1

‎build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ dependencies {
2222
testCompile 'org.hamcrest:hamcrest-library:1.3'
2323
testCompile 'org.apache.logging.log4j:log4j-core:2.11.1'
2424

25-
compile 'io.netty:netty-all:4.1.49.Final'
25+
compile 'io.netty:netty-all:4.1.65.Final'
2626
compile 'org.apache.logging.log4j:log4j-api:2.11.1'
2727
}
2828

0 commit comments

Comments
 (0)
Please sign in to comment.