Skip to content

Commit

Permalink
Update Netty to 4.1.109 (#173)
Browse files Browse the repository at this point in the history
* Update Netty to 4.1.109
  • Loading branch information
andsel authored Apr 23, 2024
1 parent 163c0fe commit 01a0827
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 3.8.1
- bump netty to 4.1.109 [#173](https://github.com/logstash-plugins/logstash-input-http/pull/173)

## 3.8.0
- Fixed SSL Java KeyStore support [#171](https://github.com/logstash-plugins/logstash-input-http/pull/171)
- Added `ssl_keystore_type` configuration
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.8.0
3.8.1
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ version rootProject.file('VERSION').text.trim()
description = "HTTP Input Netty implementation"

String log4jVersion = '2.17.0'
String nettyVersion = '4.1.100.Final'
String nettyVersion = '4.1.109.Final'
String junitVersion = '5.9.2'

sourceCompatibility = 1.8
Expand Down

0 comments on commit 01a0827

Please sign in to comment.