diff --git a/Makefile b/Makefile index bb2edf16..1789fc6c 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.30.0 +LICENSE_HEADER_VERSION := v1.32.1 CONFORMANCE_VERSION := v1.0.1 -PROTOC_VERSION ?= 26.1 +PROTOC_VERSION ?= 27.0 GRADLE_ARGS ?= PROTOC := $(BIN)/protoc CONNECT_CONFORMANCE := $(BIN)/connectconformance diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 7ba8f683..98feb205 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.9.0" # Ensure that PROTOC_VERSION in the Makefile is updated when changing this version. -protobuf = "4.26.1" +protobuf = "4.27.0" slf4j = "2.0.13" spotless = "6.25.0"