Skip to content

Commit 01a0827

Browse files
authored
Update Netty to 4.1.109 (#173)
* Update Netty to 4.1.109
1 parent 163c0fe commit 01a0827

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
14
## 3.8.0
25
- Fixed SSL Java KeyStore support [#171](https://github.com/logstash-plugins/logstash-input-http/pull/171)
36
- Added `ssl_keystore_type` configuration

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.8.0
1+
3.8.1

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ version rootProject.file('VERSION').text.trim()
1111
description = "HTTP Input Netty implementation"
1212

1313
String log4jVersion = '2.17.0'
14-
String nettyVersion = '4.1.100.Final'
14+
String nettyVersion = '4.1.109.Final'
1515
String junitVersion = '5.9.2'
1616

1717
sourceCompatibility = 1.8

0 commit comments

Comments
 (0)