Skip to content

Commit 0d44b86

Browse files
authored
Merge pull request #198 from donoghuc/bump-netty-main
Update netty and prepare for release
2 parents 879eb14 + a5797b3 commit 0d44b86

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+
## 4.1.3
2+
- Upgrade netty to 4.1.126 [#198](https://github.com/logstash-plugins/logstash-input-http/pull/198)
3+
14
## 4.1.2
25
- Upgrade netty to 4.1.118 [#193](https://github.com/logstash-plugins/logstash-input-http/pull/193)
36

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
4.1.2
1+
4.1.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)