Skip to content

Commit

Permalink
Downgrade com.google.protobuf:protobuf-java to the proper version
Browse files Browse the repository at this point in the history
CHANGELOG_BEGIN
CHANGELOG_END
  • Loading branch information
hubert-da committed Oct 25, 2021
1 parent 6ad997d commit cd12310
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bazel-java-deps.bzl
Expand Up @@ -139,7 +139,7 @@ def install_java_deps():
"io.netty:netty-resolver:{}".format(netty_version),
"io.netty:netty-tcnative-boringssl-static:{}".format(netty_tcnative_version),
# protobuf
"com.google.protobuf:protobuf-java:3.17.3",
"com.google.protobuf:protobuf-java:3.15.3",
# scalapb
"com.thesamet.scalapb:compilerplugin_{}:{}".format(scala_major_version, scalapb_version),
"com.thesamet.scalapb:lenses_{}:{}".format(scala_major_version, scalapb_version),
Expand Down

0 comments on commit cd12310

Please sign in to comment.