Skip to content

Commit ff46c75

Browse files
authored
Merge pull request #199 from donoghuc/bump-netty-3.x
Bump netty and prepare for release
2 parents e31da10 + 1632b52 commit ff46c75

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 3.10.3
2+
- Upgrade netty to 4.1.126 [#199](https://github.com/logstash-plugins/logstash-input-http/pull/199)
3+
14
## 3.10.2
25
- Upgrade netty to 4.1.118 [#194](https://github.com/logstash-plugins/logstash-input-http/pull/194)
36

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.10.2
1+
3.10.3

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.118.Final'
16+
String nettyVersion = '4.1.126.Final'
1717
String junitVersion = '5.9.2'
1818

1919
java {

0 commit comments

Comments
 (0)