File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -83,8 +83,8 @@ tasks.sourcesJar {
8383// All it does is complain about generated code.
8484javadoc { options. addStringOption(' Xdoclint:none' , ' -quiet' ) }
8585
86- def grpcVersion = " 1.68.2 "
87- def protocVersion = " 4.29.0 "
86+ def grpcVersion = " 1.69.0 "
87+ def protocVersion = " 4.29.2 "
8888def authzedProtoCommit = " v1.38.0"
8989def bufDir = " ${ buildDir} /buf"
9090def protocPlatformTag = project. findProperty(' protoc_platform' ) ? " :${ protoc_platform} " : " "
@@ -149,7 +149,7 @@ configurations {
149149// Test things
150150dependencies {
151151 intTestImplementation " junit:junit:4.13.2"
152- intTestImplementation " org.assertj:assertj-core:3.26.3 "
152+ intTestImplementation " org.assertj:assertj-core:3.27.0 "
153153}
154154
155155tasks. register(' integrationTest' , Test ) {
You can’t perform that action at this time.
0 commit comments