We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5712e66 + 3483edb commit 879eb14Copy full SHA for 879eb14
CHANGELOG.md
@@ -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
+
4
## 4.1.1
5
- Properly naming netty threads [#191](https://github.com/logstash-plugins/logstash-input-http/pull/191)
6
VERSION
@@ -1 +1 @@
-4.1.1
+4.1.2
build.gradle
@@ -13,7 +13,7 @@ version rootProject.file('VERSION').text.trim()
13
description = "HTTP Input Netty implementation"
14
15
String log4jVersion = '2.17.0'
16
-String nettyVersion = '4.1.115.Final'
+String nettyVersion = '4.1.118.Final'
17
String junitVersion = '5.9.2'
18
19
java {
0 commit comments