Skip to content

Commit 270d08d

Browse files
committed
Update Netty dependency to 4.1.65
Fixes logstash-plugins#139
1 parent 7fec6b0 commit 270d08d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ dependencies {
2222
testCompile 'org.hamcrest:hamcrest-library:1.3'
2323
testCompile 'org.apache.logging.log4j:log4j-core:2.11.1'
2424

25-
compile 'io.netty:netty-all:4.1.49.Final'
25+
compile 'io.netty:netty-all:4.1.65.Final'
2626
compile 'org.apache.logging.log4j:log4j-api:2.11.1'
2727
}
2828

0 commit comments

Comments
 (0)