Skip to content

Commit c1d290a

Browse files
authored
Merge pull request #236 from donoghuc/bump-netty-6.x
Update netty and prepare for release
2 parents 5a458bc + 2f1b5c9 commit c1d290a

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.4.7
2+
- Upgrade netty to 4.1.126 [#236](https://github.com/logstash-plugins/logstash-input-tcp/pull/236)
3+
14
## 6.4.6
25
- Upgrade netty to 4.1.118 [#233](https://github.com/logstash-plugins/logstash-input-tcp/pull/233)
36

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ java {
4646
sourceCompatibility = JavaVersion.VERSION_1_8
4747
}
4848

49-
String nettyVersion = '4.1.118.Final'
49+
String nettyVersion = '4.1.126.Final'
5050
String junitVersion = '5.11.2'
5151

5252

version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
6.4.6
1+
6.4.7

0 commit comments

Comments
 (0)