Skip to content

Commit 2ab2e51

Browse files
authored
Update Netty to 4.1.109 (#220)
* Update Netty version to 4.1.109
1 parent 06517e9 commit 2ab2e51

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.2
2+
- update netty to 4.1.109 [#220](https://github.com/logstash-plugins/logstash-input-tcp/pull/220)
3+
14
## 6.4.1
25
- update netty to 4.1.100 [#217](https://github.com/logstash-plugins/logstash-input-tcp/pull/217)
36

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ version Files.readAllLines(Paths.get("version")).first()
2929

3030
sourceCompatibility = JavaVersion.VERSION_1_8
3131

32-
String nettyVersion = '4.1.100.Final'
32+
String nettyVersion = '4.1.109.Final'
3333
String junitVersion = '5.9.2'
3434

3535
buildscript {

version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
6.4.1
1+
6.4.2

0 commit comments

Comments
 (0)