diff --git a/CHANGELOG.md b/CHANGELOG.md index 1c3f0e9..e461fe9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## 6.4.7 + - Upgrade netty to 4.1.126 [#236](https://github.com/logstash-plugins/logstash-input-tcp/pull/236) + ## 6.4.6 - Upgrade netty to 4.1.118 [#233](https://github.com/logstash-plugins/logstash-input-tcp/pull/233) diff --git a/build.gradle b/build.gradle index 5bf56f4..20c72c0 100644 --- a/build.gradle +++ b/build.gradle @@ -46,7 +46,7 @@ java { sourceCompatibility = JavaVersion.VERSION_1_8 } -String nettyVersion = '4.1.118.Final' +String nettyVersion = '4.1.126.Final' String junitVersion = '5.11.2' diff --git a/version b/version index 3d05e8c..3c43d71 100644 --- a/version +++ b/version @@ -1 +1 @@ -6.4.6 +6.4.7