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 5a458bc commit 2f1b5c9Copy full SHA for 2f1b5c9
CHANGELOG.md
@@ -1,3 +1,6 @@
1
+## 6.4.7
2
+ - Upgrade netty to 4.1.126 [#236](https://github.com/logstash-plugins/logstash-input-tcp/pull/236)
3
+
4
## 6.4.6
5
- Upgrade netty to 4.1.118 [#233](https://github.com/logstash-plugins/logstash-input-tcp/pull/233)
6
build.gradle
@@ -46,7 +46,7 @@ java {
46
sourceCompatibility = JavaVersion.VERSION_1_8
47
}
48
49
-String nettyVersion = '4.1.118.Final'
+String nettyVersion = '4.1.126.Final'
50
String junitVersion = '5.11.2'
51
52
version
@@ -1 +1 @@
-6.4.6
+6.4.7
0 commit comments