We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents adf4e30 + 62eac27 commit 68c2d0dCopy full SHA for 68c2d0d
1 file changed
build.gradle
@@ -79,7 +79,7 @@ javadoc { options.addStringOption('Xdoclint:none', '-quiet') }
79
80
def grpcVersion = "1.55.1"
81
def protocVersion = "3.17.3"
82
-def authzedProtoCommit = "125e39e67bf60b2d19c4de15aaa69cb1bcbda28c"
+def authzedProtoCommit = "206ed0aae546729d1bba96f506972b78eab4feeb"
83
def bufDir = "${buildDir}/buf"
84
def protocPlatformTag = project.findProperty('protoc_platform') ? ":${protoc_platform}" : ""
85
0 commit comments