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 {
27
27
28
28
compileOnly(" io.grpc:grpc-api:1.56.1" )
29
29
compileOnly(" io.grpc:grpc-protobuf:1.56.1" )
30
- compileOnly(" io.grpc:grpc-stub:1.56.1 " )
30
+ compileOnly(" io.grpc:grpc-stub:1.69.0 " )
31
31
}
32
32
33
33
protobuf {
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ dependencies {
30
30
31
31
implementation(" io.grpc:grpc-api:1.56.1" )
32
32
implementation(" io.grpc:grpc-protobuf:1.56.1" )
33
- implementation(" io.grpc:grpc-stub:1.56.1 " )
33
+ implementation(" io.grpc:grpc-stub:1.69.0 " )
34
34
35
35
runtimeOnly(" io.grpc:grpc-netty-shaded" )
36
36
}
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ dependencies {
29
29
30
30
implementation(" io.grpc:grpc-api:1.56.1" )
31
31
implementation(" io.grpc:grpc-protobuf:1.56.1" )
32
- implementation(" io.grpc:grpc-stub:1.56.1 " )
32
+ implementation(" io.grpc:grpc-stub:1.69.0 " )
33
33
34
34
runtimeOnly(" io.grpc:grpc-netty-shaded" )
35
35
testImplementation(platform(" org.junit:junit-bom:5.9.1" ))
You can’t perform that action at this time.
0 commit comments