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 {
86
86
// All it does is complain about generated code.
87
87
javadoc { options. addStringOption(' Xdoclint:none' , ' -quiet' ) }
88
88
89
- def grpcVersion = " 1.73 .0"
90
- def protocVersion = " 4.31.1 "
89
+ def grpcVersion = " 1.75 .0"
90
+ def protocVersion = " 4.32.0 "
91
91
def authzedProtoCommit = " v1.45.0"
92
92
def bufDir = " ${ buildDir} /buf"
93
93
def protocPlatformTag = project. findProperty(' protoc_platform' ) ? " :${ protoc_platform} " : " "
@@ -142,7 +142,7 @@ configurations {
142
142
// Test things
143
143
dependencies {
144
144
intTestImplementation " junit:junit:4.13.2"
145
- intTestImplementation " org.assertj:assertj-core:3.27.3 "
145
+ intTestImplementation " org.assertj:assertj-core:3.27.4 "
146
146
}
147
147
148
148
tasks. register(' integrationTest' , Test ) {
You can’t perform that action at this time.
0 commit comments