We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d6acac commit 2a5f22bCopy full SHA for 2a5f22b
Makefile
@@ -9,9 +9,9 @@ MAKEFLAGS += --no-print-directory
9
BIN := .tmp/bin
10
CACHE := .tmp/cache
11
LICENSE_HEADER_YEAR_RANGE := 2022-2023
12
-LICENSE_HEADER_VERSION := v1.28.1
+LICENSE_HEADER_VERSION := v1.30.0
13
CONFORMANCE_VERSION := v1.0.0-rc3
14
-PROTOC_VERSION ?= 25.3
+PROTOC_VERSION ?= 26.0
15
GRADLE_ARGS ?=
16
PROTOC := $(BIN)/protoc
17
CONNECT_CONFORMANCE := $(BIN)/connectconformance
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 = "3.25.3"
+protobuf = "4.26.0"
slf4j = "2.0.12"
spotless = "6.25.0"
0 commit comments