Skip to content

Commit a863ce6

Browse files
committed
Roll io.netty:netty-tcnative-boringssl-static back to 2.0.48.Final
2.0.49.Final removed the .so files from the artifact, so our tests do not pass against the latest release. See netty/netty-tcnative#716 JAVA-4488
1 parent 6d50aec commit a863ce6

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
@@ -45,7 +45,7 @@ ext {
4545
configDir = new File(rootDir, 'config')
4646
jnrUnixsocketVersion = '0.38.13'
4747
nettyVersion = '4.1.75.Final'
48-
nettyTcnativeBoringsslVersion = '2.0.51.Final'
48+
nettyTcnativeBoringsslVersion = '2.0.48.Final'
4949
snappyVersion = '1.1.8.4'
5050
zstdVersion = '1.5.0-4'
5151
mongoCryptVersion = '1.4.0-alpha0'

0 commit comments

Comments
 (0)