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 132d189 + 4a6d9ad commit 02940a6Copy full SHA for 02940a6
build.gradle
@@ -87,7 +87,7 @@ tasks.sourcesJar {
87
javadoc { options.addStringOption('Xdoclint:none', '-quiet') }
88
89
def grpcVersion = "1.75.0"
90
-def protocVersion = "4.32.0"
+def protocVersion = "4.32.1"
91
def authzedProtoCommit = "v1.45.4"
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.4"
+ intTestImplementation "org.assertj:assertj-core:3.27.6"
146
}
147
148
tasks.register('integrationTest', Test) {
0 commit comments