We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 807efce + 9d42085 commit 8073d7cCopy full SHA for 8073d7c
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.28.0"
+def protocVersion = "4.28.2"
88
def authzedProtoCommit = "v1.37.0"
89
def bufDir = "${buildDir}/buf"
90
def protocPlatformTag = project.findProperty('protoc_platform') ? ":${protoc_platform}" : ""
0 commit comments