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.
1 parent 163c0fe commit 01a0827Copy full SHA for 01a0827
CHANGELOG.md
@@ -1,3 +1,6 @@
1
+## 3.8.1
2
+ - bump netty to 4.1.109 [#173](https://github.com/logstash-plugins/logstash-input-http/pull/173)
3
+
4
## 3.8.0
5
- Fixed SSL Java KeyStore support [#171](https://github.com/logstash-plugins/logstash-input-http/pull/171)
6
- Added `ssl_keystore_type` configuration
VERSION
@@ -1 +1 @@
-3.8.0
+3.8.1
build.gradle
@@ -11,7 +11,7 @@ version rootProject.file('VERSION').text.trim()
11
description = "HTTP Input Netty implementation"
12
13
String log4jVersion = '2.17.0'
14
-String nettyVersion = '4.1.100.Final'
+String nettyVersion = '4.1.109.Final'
15
String junitVersion = '5.9.2'
16
17
sourceCompatibility = 1.8
0 commit comments