Skip to content

Commit

Permalink
Update to protobuf 4.26.0 (#243)
Browse files Browse the repository at this point in the history
Update to latest protobuf 4.26.0 and regenerate code with the new major
version.
  • Loading branch information
pkwarren authored Mar 18, 2024
1 parent 3d6acac commit 2a5f22b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ MAKEFLAGS += --no-print-directory
BIN := .tmp/bin
CACHE := .tmp/cache
LICENSE_HEADER_YEAR_RANGE := 2022-2023
LICENSE_HEADER_VERSION := v1.28.1
LICENSE_HEADER_VERSION := v1.30.0
CONFORMANCE_VERSION := v1.0.0-rc3
PROTOC_VERSION ?= 25.3
PROTOC_VERSION ?= 26.0
GRADLE_ARGS ?=
PROTOC := $(BIN)/protoc
CONNECT_CONFORMANCE := $(BIN)/connectconformance
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ moshi = "1.15.1"
okhttp = "4.12.0"
okio = "3.9.0"
# Ensure that PROTOC_VERSION in the Makefile is updated when changing this version.
protobuf = "3.25.3"
protobuf = "4.26.0"
slf4j = "2.0.12"
spotless = "6.25.0"

Expand Down

0 comments on commit 2a5f22b

Please sign in to comment.