Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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 @@
## 4.1.2
- Upgrade netty to 4.1.118 [#183](https://github.com/logstash-plugins/logstash-input-http/pull/183)

## 4.1.1
- Properly naming netty threads [#191](https://github.com/logstash-plugins/logstash-input-http/pull/191)

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4.1.1
4.1.2
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ version rootProject.file('VERSION').text.trim()
description = "HTTP Input Netty implementation"

String log4jVersion = '2.17.0'
String nettyVersion = '4.1.115.Final'
String nettyVersion = '4.1.118.Final'
String junitVersion = '5.9.2'

java {
Expand Down