Skip to content

Commit 74c9bac

Browse files
authored
Merge pull request #513 from mashhurs/upgrade-netty
Upgrade netty to 4.1.118
2 parents 307a6f1 + 87ebab3 commit 74c9bac

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+
## 7.0.2
2+
- Upgrade netty 4.1.118 [#513](https://github.com/logstash-plugins/logstash-input-beats/pull/513)
3+
14
## 7.0.1
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-
7.0.1
1+
7.0.2

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)