Skip to content

Commit bbb46c3

Browse files
l46kokcopybara-github
authored andcommitted
Update protobuf version to 4.28.0
PiperOrigin-RevId: 669376433
1 parent 70ae998 commit bbb46c3

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

WORKSPACE

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,8 @@ maven_install(
7676
"com.google.errorprone:error_prone_annotations:2.30.0",
7777
"com.google.guava:guava:33.3.0-jre",
7878
"com.google.guava:guava-testlib:33.3.0-jre",
79-
"com.google.protobuf:protobuf-java-util:4.27.3",
79+
"com.google.protobuf:protobuf-java:4.28.0",
80+
"com.google.protobuf:protobuf-java-util:4.28.0",
8081
"com.google.re2j:re2j:1.7",
8182
"com.google.testparameterinjector:test-parameter-injector:1.15",
8283
"com.google.truth.extensions:truth-java8-extension:1.4.2",
@@ -95,9 +96,9 @@ maven_install(
9596

9697
http_archive(
9798
name = "com_google_protobuf",
98-
sha256 = "1535151efbc7893f38b0578e83cac584f2819974f065698976989ec71c1af84a",
99-
strip_prefix = "protobuf-27.3",
100-
urls = ["https://github.com/protocolbuffers/protobuf/archive/v27.3.tar.gz"],
99+
sha256 = "13e7749c30bc24af6ee93e092422f9dc08491c7097efa69461f88eb5f61805ce",
100+
strip_prefix = "protobuf-28.0",
101+
urls = ["https://github.com/protocolbuffers/protobuf/archive/v28.0.tar.gz"],
101102
)
102103

103104
# Required by com_google_protobuf

0 commit comments

Comments
 (0)