Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 4.1.118 [#513](https://github.com/logstash-plugins/logstash-input-beats/pull/513)

## 7.0.1
- 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 @@
7.0.1
7.0.2
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