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 307a6f1 + 87ebab3 commit 74c9bacCopy full SHA for 74c9bac
CHANGELOG.md
@@ -1,3 +1,6 @@
1
+## 7.0.2
2
+ - Upgrade netty 4.1.118 [#513](https://github.com/logstash-plugins/logstash-input-beats/pull/513)
3
+
4
## 7.0.1
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 @@
-7.0.1
+7.0.2
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