Skip to content

Commit 879eb14

Browse files
authored
Merge pull request #193 from mashhurs/upgrade-netty
Upgrade netty to 4.1.118
2 parents 5712e66 + 3483edb commit 879eb14

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 4.1.2
2+
- Upgrade netty to 4.1.118 [#193](https://github.com/logstash-plugins/logstash-input-http/pull/193)
3+
14
## 4.1.1
25
- Properly naming netty threads [#191](https://github.com/logstash-plugins/logstash-input-http/pull/191)
36

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
4.1.1
1+
4.1.2

build.gradle

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

1919
java {

0 commit comments

Comments
 (0)