Skip to content

Commit e1b39c1

Browse files
authored
Fix grpc smoke test deprecated class usage warnings (#4372)
1 parent aca13a6 commit e1b39c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

smoke-tests/apps/gRPC/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ val nettyVersion = "4.1.42.Final"
1111
protobuf {
1212
protoc {
1313
// Download compiler rather than using locally installed version:
14-
artifact = "com.google.protobuf:protoc:3.5.0" // first version with support for arm64
14+
artifact = "com.google.protobuf:protoc:3.11.0" // needs to be aligned with the grpc version above
1515
}
1616
plugins {
1717
id("grpc") {

0 commit comments

Comments
 (0)