File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed
Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 1- 3.4.0
1+ 3.4.1
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments