Skip to content

Commit ed57dac

Browse files
authored
Merge pull request #104 from authzed/bump-protobuf-to-4.28
Bump to most recent protobuf-java
2 parents edf094d + e5dc4d2 commit ed57dac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

+1-1
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)