We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a7f8416 + f5cf0cd commit 4cc5fe7Copy full SHA for 4cc5fe7
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.68.2"
87
-def protocVersion = "4.29.0"
+def grpcVersion = "1.69.0"
+def protocVersion = "4.29.2"
88
def authzedProtoCommit = "v1.38.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.26.3"
+ intTestImplementation "org.assertj:assertj-core:3.27.0"
153
}
154
155
tasks.register('integrationTest', Test) {
0 commit comments