diff --git a/build.gradle b/build.gradle index 7014210d..ea906553 100644 --- a/build.gradle +++ b/build.gradle @@ -84,7 +84,7 @@ tasks.sourcesJar { javadoc { options.addStringOption('Xdoclint:none', '-quiet') } def grpcVersion = "1.66.0" -def protocVersion = "4.28.0" +def protocVersion = "4.28.2" def authzedProtoCommit = "v1.37.0" def bufDir = "${buildDir}/buf" def protocPlatformTag = project.findProperty('protoc_platform') ? ":${protoc_platform}" : ""