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 74c9bac + 69c2841 commit db5cef4Copy full SHA for db5cef4
CHANGELOG.md
@@ -1,3 +1,6 @@
1
+## 7.0.3
2
+ - Upgrade netty 4.1.126 [#517](https://github.com/logstash-plugins/logstash-input-beats/pull/517)
3
+
4
## 7.0.2
5
- Upgrade netty 4.1.118 [#513](https://github.com/logstash-plugins/logstash-input-beats/pull/513)
6
VERSION
@@ -1 +1 @@
-7.0.2
+7.0.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.118.Final'
+String nettyVersion = '4.1.126.Final'
23
24
repositories {
25
mavenCentral()
0 commit comments