Skip to content

Commit e31da10

Browse files
authored
Merge pull request #194 from mashhurs/upgrade-netty-3.x
Upgrade netty to 4.1.118
2 parents 98ea405 + 5fe44ac commit e31da10

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+
## 3.10.2
2+
- Upgrade netty to 4.1.118 [#194](https://github.com/logstash-plugins/logstash-input-http/pull/194)
3+
14
## 3.10.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-
3.10.1
1+
3.10.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)