From 01a08270270bcce15e103855847e6345c7dc6075 Mon Sep 17 00:00:00 2001 From: Andrea Selva Date: Tue, 23 Apr 2024 11:39:53 +0200 Subject: [PATCH] Update Netty to 4.1.109 (#173) * Update Netty to 4.1.109 --- CHANGELOG.md | 3 +++ VERSION | 2 +- build.gradle | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 881436bb..38b67823 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/VERSION b/VERSION index 19811903..f2807196 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -3.8.0 +3.8.1 diff --git a/build.gradle b/build.gradle index 16d99ce0..57742b47 100644 --- a/build.gradle +++ b/build.gradle @@ -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