We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 68265a4 + 41e4a3b commit d1c4306Copy full SHA for d1c4306
build.gradle
@@ -4,7 +4,7 @@ plugins {
4
id "signing"
5
6
id "io.github.gradle-nexus.publish-plugin" version "2.0.0"
7
- id "com.google.protobuf" version "0.9.4"
+ id "com.google.protobuf" version "0.9.5"
8
}
9
10
repositories {
@@ -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.70.0"
87
-def protocVersion = "4.29.3"
+def grpcVersion = "1.71.0"
+def protocVersion = "4.30.2"
88
def authzedProtoCommit = "v1.40.0"
89
def bufDir = "${buildDir}/buf"
90
def protocPlatformTag = project.findProperty('protoc_platform') ? ":${protoc_platform}" : ""
0 commit comments