File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
appsignals-tests/images/grpc Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ dependencies {
2727
2828 compileOnly(" io.grpc:grpc-api:1.56.1" )
2929 compileOnly(" io.grpc:grpc-protobuf:1.56.1" )
30- compileOnly(" io.grpc:grpc-stub:1.56.1 " )
30+ compileOnly(" io.grpc:grpc-stub:1.68.0 " )
3131}
3232
3333protobuf {
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ dependencies {
3030
3131 implementation(" io.grpc:grpc-api:1.56.1" )
3232 implementation(" io.grpc:grpc-protobuf:1.56.1" )
33- implementation(" io.grpc:grpc-stub:1.56.1 " )
33+ implementation(" io.grpc:grpc-stub:1.68.0 " )
3434
3535 runtimeOnly(" io.grpc:grpc-netty-shaded" )
3636}
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ dependencies {
2929
3030 implementation(" io.grpc:grpc-api:1.56.1" )
3131 implementation(" io.grpc:grpc-protobuf:1.56.1" )
32- implementation(" io.grpc:grpc-stub:1.56.1 " )
32+ implementation(" io.grpc:grpc-stub:1.68.0 " )
3333
3434 runtimeOnly(" io.grpc:grpc-netty-shaded" )
3535 testImplementation(platform(" org.junit:junit-bom:5.9.1" ))
You can’t perform that action at this time.
0 commit comments