We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents edf094d + e5dc4d2 commit ed57dacCopy full SHA for ed57dac
build.gradle
@@ -84,7 +84,7 @@ tasks.sourcesJar {
84
javadoc { options.addStringOption('Xdoclint:none', '-quiet') }
85
86
def grpcVersion = "1.66.0"
87
-def protocVersion = "4.27.4"
+def protocVersion = "4.28.0"
88
def authzedProtoCommit = "v1.35.0"
89
def bufDir = "${buildDir}/buf"
90
def protocPlatformTag = project.findProperty('protoc_platform') ? ":${protoc_platform}" : ""
0 commit comments