Skip to content

Commit

Permalink
Merge pull request #232 from mashhurs/upgrade-netty
Browse files Browse the repository at this point in the history
Upgrade netty to 4.1.118
  • Loading branch information
mashhurs authored Feb 12, 2025
2 parents 29e289c + 6cb2ae1 commit ebbfa05
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 7.0.2
- Upgrade netty to 4.1.118 [#232](https://github.com/logstash-plugins/logstash-input-tcp/pull/232)

## 7.0.1
- Name netty threads with plugin id and their purpose [#229](https://github.com/logstash-plugins/logstash-input-tcp/pull/229)

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ java {
sourceCompatibility = JavaVersion.VERSION_1_8
}

String nettyVersion = '4.1.115.Final'
String nettyVersion = '4.1.118.Final'
String junitVersion = '5.11.2'


Expand Down
2 changes: 1 addition & 1 deletion version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
7.0.1
7.0.2

0 comments on commit ebbfa05

Please sign in to comment.