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.
2 parents 176dcaf + 6988a7b commit 089d663Copy full SHA for 089d663
CHANGELOG.md
@@ -1,3 +1,6 @@
1
+## 6.9.3
2
+ - Upgrade netty to 4.1.118 [#514](https://github.com/logstash-plugins/logstash-input-beats/pull/514)
3
+
4
## 6.9.2
5
- Name netty threads according to their purpose and the plugin id [#511](https://github.com/logstash-plugins/logstash-input-beats/pull/511)
6
VERSION
@@ -1 +1 @@
-6.9.2
+6.9.3
build.gradle
@@ -19,7 +19,7 @@ java {
19
20
String jacksonVersion = '2.15.3'
21
String jacksonDatabindVersion = '2.15.3'
22
-String nettyVersion = '4.1.115.Final'
+String nettyVersion = '4.1.118.Final'
23
24
repositories {
25
mavenCentral()
0 commit comments