We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e31da10 + 1632b52 commit ff46c75Copy full SHA for ff46c75
CHANGELOG.md
@@ -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
+
4
## 3.10.2
5
- Upgrade netty to 4.1.118 [#194](https://github.com/logstash-plugins/logstash-input-http/pull/194)
6
VERSION
@@ -1 +1 @@
-3.10.2
+3.10.3
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.118.Final'
+String nettyVersion = '4.1.126.Final'
17
String junitVersion = '5.9.2'
18
19
java {
0 commit comments