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 @@ -86,8 +86,8 @@ tasks.sourcesJar {
8686// All it does is complain about generated code.
8787javadoc { options. addStringOption(' Xdoclint:none' , ' -quiet' ) }
8888
89- def grpcVersion = " 1.73 .0"
90- def protocVersion = " 4.31.1 "
89+ def grpcVersion = " 1.75 .0"
90+ def protocVersion = " 4.32.0 "
9191def authzedProtoCommit = " v1.45.0"
9292def bufDir = " ${ buildDir} /buf"
9393def protocPlatformTag = project. findProperty(' protoc_platform' ) ? " :${ protoc_platform} " : " "
@@ -142,7 +142,7 @@ configurations {
142142// Test things
143143dependencies {
144144 intTestImplementation " junit:junit:4.13.2"
145- intTestImplementation " org.assertj:assertj-core:3.27.3 "
145+ intTestImplementation " org.assertj:assertj-core:3.27.4 "
146146}
147147
148148tasks. register(' integrationTest' , Test ) {
You can’t perform that action at this time.
0 commit comments