We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac4b5c7 commit 0c87190Copy full SHA for 0c87190
WORKSPACE
@@ -49,8 +49,8 @@ rules_jvm_external_setup()
49
load("@rules_jvm_external//:defs.bzl", "maven_install")
50
maven_install(
51
artifacts = [
52
- "com.google.protobuf:protobuf-java:3.15.6",
53
- "com.google.protobuf:protobuf-java-util:3.15.6",
+ "com.google.protobuf:protobuf-java:3.25.7",
+ "com.google.protobuf:protobuf-java-util:3.25.7",
54
"org.projectlombok:lombok:1.18.22",
55
],
56
repositories = [
0 commit comments