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 06517e9 commit 2ab2e51Copy full SHA for 2ab2e51
CHANGELOG.md
@@ -1,3 +1,6 @@
1
+## 6.4.2
2
+ - update netty to 4.1.109 [#220](https://github.com/logstash-plugins/logstash-input-tcp/pull/220)
3
+
4
## 6.4.1
5
- update netty to 4.1.100 [#217](https://github.com/logstash-plugins/logstash-input-tcp/pull/217)
6
build.gradle
@@ -29,7 +29,7 @@ version Files.readAllLines(Paths.get("version")).first()
29
30
sourceCompatibility = JavaVersion.VERSION_1_8
31
32
-String nettyVersion = '4.1.100.Final'
+String nettyVersion = '4.1.109.Final'
33
String junitVersion = '5.9.2'
34
35
buildscript {
version
@@ -1 +1 @@
-6.4.1
+6.4.2
0 commit comments