From 0589e21ae33127456cf348f58d9e5f27e1b7c1dd Mon Sep 17 00:00:00 2001 From: Andrea Selva Date: Fri, 18 Jun 2021 12:30:35 +0200 Subject: [PATCH] Update Netty dependency to 4.1.65 (#140) Update Netty dependency to 4.1.65 Fixes #139 --- CHANGELOG.md | 3 +++ VERSION | 2 +- build.gradle | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 384d500e..efed6f8b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## 3.4.1 + - Changed jar dependencies to reflect newer versions [#140](https://github.com/logstash-plugins/logstash-input-http/pull/140) + ## 3.4.0 - Add ECS support, mapping Http header to ECS compatible fields [#137](https://github.com/logstash-plugins/logstash-input-http/pull/137) diff --git a/VERSION b/VERSION index 18091983..47b322c9 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -3.4.0 +3.4.1 diff --git a/build.gradle b/build.gradle index 3e235161..3de23f97 100644 --- a/build.gradle +++ b/build.gradle @@ -22,7 +22,7 @@ dependencies { testCompile 'org.hamcrest:hamcrest-library:1.3' testCompile 'org.apache.logging.log4j:log4j-core:2.11.1' - compile 'io.netty:netty-all:4.1.49.Final' + compile 'io.netty:netty-all:4.1.65.Final' compile 'org.apache.logging.log4j:log4j-api:2.11.1' }