Skip to content

Commit

Permalink
bump netty to 4.1.94 (#167)
Browse files Browse the repository at this point in the history
  • Loading branch information
jsvd authored Jun 29, 2023
1 parent f250acd commit b51411e
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.7.2
- bump netty to 4.1.94 [#167](https://github.com/logstash-plugins/logstash-input-http/pull/167)

## 3.7.1
- bump netty to 4.1.93 [#166](https://github.com/logstash-plugins/logstash-input-http/pull/166)

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.7.1
3.7.2
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.93.Final'
String nettyVersion = '4.1.94.Final'
String junitVersion = '5.9.2'

sourceCompatibility = 1.8
Expand Down

0 comments on commit b51411e

Please sign in to comment.