Skip to content

Commit 5c210a9

Browse files
Update Netty dependency to 4.1.135.Final (#219)
* chore: Update Netty version in build.gradle Made with ❤️️ by updatecli * chore: Increment project patch version (VERSION) Made with ❤️️ by updatecli * Update CHANGELOG --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 59c0e91 commit 5c210a9

3 files changed

Lines changed: 5 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 4.1.10
2+
- Update Netty dependency to 4.1.135.Final [#219](https://github.com/logstash-plugins/logstash-input-http/pull/219)
3+
14
## 4.1.9
25
- Update Netty dependency to 4.1.134.Final [#217](https://github.com/logstash-plugins/logstash-input-http/pull/217)
36

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
4.1.9
1+
4.1.10

build.gradle

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

1515
String log4jVersion = '2.17.0'
16-
String nettyVersion = '4.1.134.Final'
16+
String nettyVersion = '4.1.135.Final'
1717
String junitVersion = '5.9.2'
1818

1919
java {

0 commit comments

Comments
 (0)