Skip to content

Commit 59a2826

Browse files
committed
Bump protoc version
1 parent eb43b75 commit 59a2826

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,8 @@ java {
7777
// All it does is complain about generated code.
7878
javadoc { options.addStringOption('Xdoclint:none', '-quiet') }
7979

80-
def grpcVersion = "1.65.1"
81-
def protocVersion = "3.25.3"
80+
def grpcVersion = "1.66.0"
81+
def protocVersion = "4.27.3"
8282
def authzedProtoCommit = "v1.35.0"
8383
def bufDir = "${buildDir}/buf"
8484
def protocPlatformTag = project.findProperty('protoc_platform') ? ":${protoc_platform}" : ""

0 commit comments

Comments
 (0)