File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
smoke-tests/images/fake-backend
testing/dependencies-shaded-for-testing Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ plugins {
1212}
1313
1414dependencies {
15- implementation(" com.linecorp.armeria:armeria-grpc:1.33.4 " )
15+ implementation(" com.linecorp.armeria:armeria-grpc:1.34.0 " )
1616 implementation(" io.opentelemetry.proto:opentelemetry-proto" )
1717 runtimeOnly(" org.slf4j:slf4j-simple" )
1818}
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ plugins {
66val denyUnsafe = gradle.startParameter.projectProperties[" denyUnsafe" ] == " true"
77
88dependencies {
9- implementation(" com.linecorp.armeria:armeria-junit5:1.33.4 " )
9+ implementation(" com.linecorp.armeria:armeria-junit5:1.34.0 " )
1010 implementation(" com.google.errorprone:error_prone_annotations" )
1111 implementation(" io.opentelemetry.proto:opentelemetry-proto" )
1212 implementation(" com.google.protobuf:protobuf-java-util:4.33.1" )
You can’t perform that action at this time.
0 commit comments