Skip to content

Commit

Permalink
Merge pull request #514 from mashhurs/upgrade-netty-6.x
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 176dcaf + 6988a7b commit 089d663
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 @@
## 6.9.3
- Upgrade netty to 4.1.118 [#514](https://github.com/logstash-plugins/logstash-input-beats/pull/514)

## 6.9.2
- Name netty threads according to their purpose and the plugin id [#511](https://github.com/logstash-plugins/logstash-input-beats/pull/511)

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
6.9.2
6.9.3
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ java {

String jacksonVersion = '2.15.3'
String jacksonDatabindVersion = '2.15.3'
String nettyVersion = '4.1.115.Final'
String nettyVersion = '4.1.118.Final'

repositories {
mavenCentral()
Expand Down

0 comments on commit 089d663

Please sign in to comment.