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.
1 parent 446b3ae commit 127da58Copy full SHA for 127da58
1 file changed
packages/dsl-java/build.gradle
@@ -24,7 +24,7 @@ tasks.withType(Javadoc).configureEach {
24
options.addStringOption('Xdoclint:-missing', '-quiet')
25
}
26
27
-def grpcVersion = "1.75.0"
+def grpcVersion = "1.76.0"
28
def protobufVersion = "3.25.2"
29
def junitVersion = "6.0.0"
30
0 commit comments