Skip to content

Commit cdf2ccb

Browse files
committed
Update Netty to 4.1.131.Final to fix issues with startline processing (#211)
1 parent c8650c5 commit cdf2ccb

3 files changed

Lines changed: 5 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 3.10.6
2+
- Upgrade netty to 4.1.131 [#211](https://github.com/logstash-plugins/logstash-input-http/pull/211)
3+
14
## 3.10.5
25
- Re-packaging the plugin [#209](https://github.com/logstash-plugins/logstash-input-http/pull/209)
36

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.10.5
1+
3.10.6

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ version rootProject.file('VERSION').text.trim()
1313
description = "HTTP Input Netty implementation"
1414

1515
String log4jVersion = '2.17.0'
16-
String nettyVersion = '4.1.129.Final'
16+
String nettyVersion = '4.1.131.Final'
1717
String junitVersion = '5.9.2'
1818

1919
java {

0 commit comments

Comments
 (0)