Skip to content

Commit db5cef4

Browse files
authored
Merge pull request #517 from donoghuc/bump-netty-main
Update netty and prepare for release
2 parents 74c9bac + 69c2841 commit db5cef4

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

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
7.0.2
1+
7.0.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.118.Final'
22+
String nettyVersion = '4.1.126.Final'
2323

2424
repositories {
2525
mavenCentral()

0 commit comments

Comments
 (0)