We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6ae1e3f + 79ac12c commit 303748eCopy full SHA for 303748e
build.gradle
@@ -83,8 +83,8 @@ tasks.sourcesJar {
83
// All it does is complain about generated code.
84
javadoc { options.addStringOption('Xdoclint:none', '-quiet') }
85
86
-def grpcVersion = "1.68.0"
87
-def protocVersion = "4.28.2"
+def grpcVersion = "1.68.1"
+def protocVersion = "4.28.3"
88
def authzedProtoCommit = "v1.38.0"
89
def bufDir = "${buildDir}/buf"
90
def protocPlatformTag = project.findProperty('protoc_platform') ? ":${protoc_platform}" : ""
0 commit comments