Skip to content

Commit 28bf5df

Browse files
committed
Bump protobuf version to 31.0
Protobuf 31 contains field descriptor API changes for optional-ness. This change adjusts to the suggested !required && !repeated.
1 parent 0768cc9 commit 28bf5df

File tree

5 files changed

+21
-3519
lines changed

5 files changed

+21
-3519
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ permissions: read-all
66

77
# update in build.yml and codeql.yml at same time
88
env:
9-
PROTOC_VERSION: 30.1
9+
PROTOC_VERSION: "31.0"
1010

1111
jobs:
1212
build:

.github/workflows/codeql.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ permissions: read-all
1515

1616
# update in build.yml and codeql.yml at same time
1717
env:
18-
PROTOC_VERSION: 30.1
18+
PROTOC_VERSION: "31.0"
1919

2020
on:
2121
push:

MODULE.bazel

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module(name = "protobuf_javascript", version = "3.21.4")
22

3-
bazel_dep(name = "protobuf", version = "30.1", repo_name = "com_google_protobuf")
3+
bazel_dep(name = "protobuf", version = "31.0", repo_name = "com_google_protobuf")
44
bazel_dep(name = "rules_pkg", version = "1.0.1")
55
bazel_dep(name = "abseil-cpp", version = "20250127.0")

0 commit comments

Comments
 (0)