Skip to content

Commit 2a5f22b

Browse files
authored
Update to protobuf 4.26.0 (#243)
Update to latest protobuf 4.26.0 and regenerate code with the new major version.
1 parent 3d6acac commit 2a5f22b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ MAKEFLAGS += --no-print-directory
99
BIN := .tmp/bin
1010
CACHE := .tmp/cache
1111
LICENSE_HEADER_YEAR_RANGE := 2022-2023
12-
LICENSE_HEADER_VERSION := v1.28.1
12+
LICENSE_HEADER_VERSION := v1.30.0
1313
CONFORMANCE_VERSION := v1.0.0-rc3
14-
PROTOC_VERSION ?= 25.3
14+
PROTOC_VERSION ?= 26.0
1515
GRADLE_ARGS ?=
1616
PROTOC := $(BIN)/protoc
1717
CONNECT_CONFORMANCE := $(BIN)/connectconformance

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ moshi = "1.15.1"
1111
okhttp = "4.12.0"
1212
okio = "3.9.0"
1313
# Ensure that PROTOC_VERSION in the Makefile is updated when changing this version.
14-
protobuf = "3.25.3"
14+
protobuf = "4.26.0"
1515
slf4j = "2.0.12"
1616
spotless = "6.25.0"
1717

0 commit comments

Comments
 (0)