We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bf03720 + a9412c1 commit 89d74cfCopy full SHA for 89d74cf
1 file changed
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.69.0"
87
-def protocVersion = "4.29.2"
+def grpcVersion = "1.70.0"
+def protocVersion = "4.29.3"
88
def authzedProtoCommit = "v1.40.0"
89
def bufDir = "${buildDir}/buf"
90
def protocPlatformTag = project.findProperty('protoc_platform') ? ":${protoc_platform}" : ""
@@ -149,7 +149,7 @@ configurations {
149
// Test things
150
dependencies {
151
intTestImplementation "junit:junit:4.13.2"
152
- intTestImplementation "org.assertj:assertj-core:3.27.0"
+ intTestImplementation "org.assertj:assertj-core:3.27.3"
153
}
154
155
tasks.register('integrationTest', Test) {
0 commit comments