Skip to content

Commit 3e38ac7

Browse files
committed
JAVA-2668: Update Netty to 4.1.17.Final (which fixes an SSL-related failure in the async tests)
1 parent 476ac5b commit 3e38ac7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ apply plugin: 'eclipse'
2020
apply plugin: 'idea'
2121

2222
def configDir = new File(rootDir, 'config')
23-
ext.nettyVersion = '4.1.5.Final'
23+
ext.nettyVersion = '4.1.17.Final'
2424
ext.snappyVersion = '1.1.4'
2525

2626
buildscript {

0 commit comments

Comments
 (0)