Skip to content

Commit e5dc4d2

Browse files
committed
Bump to most recent protobuf-java
1 parent edf094d commit e5dc4d2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ tasks.sourcesJar {
8484
javadoc { options.addStringOption('Xdoclint:none', '-quiet') }
8585

8686
def grpcVersion = "1.66.0"
87-
def protocVersion = "4.27.4"
87+
def protocVersion = "4.28.0"
8888
def authzedProtoCommit = "v1.35.0"
8989
def bufDir = "${buildDir}/buf"
9090
def protocPlatformTag = project.findProperty('protoc_platform') ? ":${protoc_platform}" : ""

0 commit comments

Comments
 (0)