Skip to content

Commit

Permalink
Update Netty dependency to 4.1.65 (#140)
Browse files Browse the repository at this point in the history
Update Netty dependency to 4.1.65

Fixes #139
  • Loading branch information
andsel authored Jun 18, 2021
1 parent 7fec6b0 commit 0589e21
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.4.1
- Changed jar dependencies to reflect newer versions [#140](https://github.com/logstash-plugins/logstash-input-http/pull/140)

## 3.4.0
- Add ECS support, mapping Http header to ECS compatible fields [#137](https://github.com/logstash-plugins/logstash-input-http/pull/137)

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.4.0
3.4.1
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ dependencies {
testCompile 'org.hamcrest:hamcrest-library:1.3'
testCompile 'org.apache.logging.log4j:log4j-core:2.11.1'

compile 'io.netty:netty-all:4.1.49.Final'
compile 'io.netty:netty-all:4.1.65.Final'
compile 'org.apache.logging.log4j:log4j-api:2.11.1'
}

Expand Down

0 comments on commit 0589e21

Please sign in to comment.