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 4ec213a commit e14e726Copy full SHA for e14e726
CHANGELOG.md
@@ -1,3 +1,6 @@
1
+## 6.4.6
2
+ - Upgrade netty to 4.1.118 [#233](https://github.com/logstash-plugins/logstash-input-tcp/pull/233)
3
+
4
## 6.4.5
5
- Name netty threads with plugin id and their purpose [229](https://github.com/logstash-plugins/logstash-input-tcp/pull/229)
6
build.gradle
@@ -46,7 +46,7 @@ java {
46
sourceCompatibility = JavaVersion.VERSION_1_8
47
}
48
49
-String nettyVersion = '4.1.115.Final'
+String nettyVersion = '4.1.118.Final'
50
String junitVersion = '5.11.2'
51
52
version
@@ -1 +1 @@
-6.4.5
+6.4.6
0 commit comments