From 7914dec1f1d660e6146df0db451d81e16971049c Mon Sep 17 00:00:00 2001 From: "Philip K. Warren" Date: Mon, 18 Mar 2024 11:39:35 -0500 Subject: [PATCH] Update to protobuf 4.26.0 Update to latest protobuf 4.26.0 and regenerate code with the new major version. --- Makefile | 4 ++-- gradle/libs.versions.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 55bd735c..f85e9b91 100644 --- a/Makefile +++ b/Makefile @@ -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 diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 77533512..4721de75 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -11,7 +11,7 @@ moshi = "1.15.1" okhttp = "4.12.0" okio = "3.8.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"