We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99dfe96 commit 2b4301bCopy full SHA for 2b4301b
CHANGELOG.md
@@ -1,3 +1,6 @@
1
+## 6.4.4
2
+ - update netty to 4.1.115 [#227](https://github.com/logstash-plugins/logstash-input-tcp/pull/227)
3
+
4
## 6.4.3
5
- update dependencies for tcp input [#224](https://github.com/logstash-plugins/logstash-input-tcp/pull/224)
6
build.gradle
@@ -46,7 +46,7 @@ java {
46
sourceCompatibility = JavaVersion.VERSION_1_8
47
}
48
49
-String nettyVersion = '4.1.114.Final'
+String nettyVersion = '4.1.115.Final'
50
String junitVersion = '5.11.2'
51
52
version
@@ -1 +1 @@
-6.4.3
+6.4.4
0 commit comments