1diff --git a/repositories.bzl b/repositories.bzl 2index 6e0817545..6b5274c3d 100644 3--- a/repositories.bzl 4+++ b/repositories.bzl 5@@ -66,7 +66,7 @@ IO_GRPC_GRPC_JAVA_ARTIFACTS = [ 6 IO_GRPC_GRPC_JAVA_OVERRIDE_TARGETS = { 7 "com.google.protobuf:protobuf-java": "@com_google_protobuf//:protobuf_java", 8 "com.google.protobuf:protobuf-java-util": "@com_google_protobuf//:protobuf_java_util", 9- "com.google.protobuf:protobuf-javalite": "@com_google_protobuf_javalite//:protobuf_java_lite", 10+ "com.google.protobuf:protobuf-javalite": "@com_google_protobuf_javalite//:protobuf_javalite", 11 "io.grpc:grpc-alts": "@io_grpc_grpc_java//alts", 12 "io.grpc:grpc-api": "@io_grpc_grpc_java//api", 13 "io.grpc:grpc-auth": "@io_grpc_grpc_java//auth", 14