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