Skip to content

Commit b4c27d0

Browse files
shadjiiskiljnelson
authored andcommitted
Bump netty-tcnative-boringssl-static version to 2.0.7.Final
According to the updated SECURITY.md at grpc-java (https://github.com/grpc/grpc-java/blob/master/SECURITY.md#getting-netty-tcnative-boringssl-static-from-maven) grpc-java now depends on version 2.0.7.Final of netty-tcnative-boringssl-static. Using the old version causes java.lang.NoSuchFieldError: SSL_MAX_RECORD_LENGTH when using a SSL-enabled channel to talk to Tiller (see grpc/grpc-java#3989)
1 parent b3147b4 commit b4c27d0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@
100100
<dependency>
101101
<groupId>io.netty</groupId>
102102
<artifactId>netty-tcnative-boringssl-static</artifactId>
103-
<version>2.0.6.Final</version>
103+
<version>2.0.7.Final</version>
104104
<type>jar</type>
105105
<classifier>${os.detected.classifier}</classifier>
106106
</dependency>

0 commit comments

Comments
 (0)