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 ebbfa05 commit 9eb7a3cCopy full SHA for 9eb7a3c
CHANGELOG.md
@@ -1,3 +1,6 @@
1
+## 7.0.3
2
+ - Upgrade netty to 4.1.126 [#235](https://github.com/logstash-plugins/logstash-input-tcp/pull/235)
3
+
4
## 7.0.2
5
- Upgrade netty to 4.1.118 [#232](https://github.com/logstash-plugins/logstash-input-tcp/pull/232)
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 @@
-7.0.2
+7.0.3
0 commit comments