We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e41941b + 9ba18b5 commit 6252c22Copy full SHA for 6252c22
1 file changed
build.gradle
@@ -86,8 +86,8 @@ tasks.sourcesJar {
86
// All it does is complain about generated code.
87
javadoc { options.addStringOption('Xdoclint:none', '-quiet') }
88
89
-def grpcVersion = "1.73.0"
90
-def protocVersion = "4.31.1"
+def grpcVersion = "1.75.0"
+def protocVersion = "4.32.0"
91
def authzedProtoCommit = "v1.45.0"
92
def bufDir = "${buildDir}/buf"
93
def protocPlatformTag = project.findProperty('protoc_platform') ? ":${protoc_platform}" : ""
@@ -142,7 +142,7 @@ configurations {
142
// Test things
143
dependencies {
144
intTestImplementation "junit:junit:4.13.2"
145
- intTestImplementation "org.assertj:assertj-core:3.27.3"
+ intTestImplementation "org.assertj:assertj-core:3.27.4"
146
}
147
148
tasks.register('integrationTest', Test) {
0 commit comments