Skip to content

Commit 089d663

Browse files
authored
Merge pull request #514 from mashhurs/upgrade-netty-6.x
Upgrade netty to 4.1.118
2 parents 176dcaf + 6988a7b commit 089d663

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
14
## 6.9.2
25
- Name netty threads according to their purpose and the plugin id [#511](https://github.com/logstash-plugins/logstash-input-beats/pull/511)
36

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
6.9.2
1+
6.9.3

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ java {
1919

2020
String jacksonVersion = '2.15.3'
2121
String jacksonDatabindVersion = '2.15.3'
22-
String nettyVersion = '4.1.115.Final'
22+
String nettyVersion = '4.1.118.Final'
2323

2424
repositories {
2525
mavenCentral()

0 commit comments

Comments
 (0)