We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7fec6b0 commit 0589e21Copy full SHA for 0589e21
CHANGELOG.md
@@ -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
+
4
## 3.4.0
5
- Add ECS support, mapping Http header to ECS compatible fields [#137](https://github.com/logstash-plugins/logstash-input-http/pull/137)
6
VERSION
@@ -1 +1 @@
-3.4.0
+3.4.1
build.gradle
@@ -22,7 +22,7 @@ dependencies {
22
testCompile 'org.hamcrest:hamcrest-library:1.3'
23
testCompile 'org.apache.logging.log4j:log4j-core:2.11.1'
24
25
- compile 'io.netty:netty-all:4.1.49.Final'
+ compile 'io.netty:netty-all:4.1.65.Final'
26
compile 'org.apache.logging.log4j:log4j-api:2.11.1'
27
}
28
0 commit comments