We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cdf2ccb + 81b6279 commit 648001dCopy full SHA for 648001d
3 files changed
CHANGELOG.md
@@ -1,3 +1,6 @@
1
+## 3.10.7
2
+ - Update Netty dependency to 4.1.132.Final [#213](https://github.com/logstash-plugins/logstash-input-http/pull/213)
3
+
4
## 3.10.6
5
- Upgrade netty to 4.1.131 [#211](https://github.com/logstash-plugins/logstash-input-http/pull/211)
6
VERSION
@@ -1 +1 @@
-3.10.6
+3.10.7
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.131.Final'
+String nettyVersion = '4.1.132.Final'
17
String junitVersion = '5.9.2'
18
19
java {
0 commit comments