Skip to content

Commit 06517e9

Browse files
authored
bump netty to 4.1.100 (#217)
* bump netty to 4.1.100 * bump netty to 4.1.100 * Update CHANGELOG.md
1 parent bf13f8d commit 06517e9

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.1
2+
- update netty to 4.1.100 [#217](https://github.com/logstash-plugins/logstash-input-tcp/pull/217)
3+
14
## 6.4.0
25
- Reviewed and deprecated SSL settings to comply with Logstash's naming convention [#213](https://github.com/logstash-plugins/logstash-input-tcp/pull/213)
36
- Deprecated `ssl_enable` in favor of `ssl_enabled`

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.94.Final'
32+
String nettyVersion = '4.1.100.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.0
1+
6.4.1

0 commit comments

Comments
 (0)