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 e9d45cf commit 1a39aa3Copy full SHA for 1a39aa3
CHANGELOG.md
@@ -1,3 +1,6 @@
1
+## 7.0.4
2
+ - Upgrade netty to 4.1.129 [#239](https://github.com/logstash-plugins/logstash-input-tcp/pull/239)
3
+
4
## 7.0.3
5
- Upgrade netty to 4.1.126 [#235](https://github.com/logstash-plugins/logstash-input-tcp/pull/235)
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 @@
-7.0.3
+7.0.4
0 commit comments