File tree Expand file tree Collapse file tree 3 files changed +8
-3
lines changed
spring-boot-opentelemetry
platform/spring-boot-internal-dependencies Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -46,5 +46,5 @@ dependencies {
4646 testImplementation(" com.squareup.okhttp3:mockwebserver" )
4747
4848 testRuntimeOnly(" ch.qos.logback:logback-classic" )
49- testRuntimeOnly(" io.grpc:grpc-api:1.72.0 " )
49+ testRuntimeOnly(" io.grpc:grpc-api" )
5050}
Original file line number Diff line number Diff line change @@ -64,5 +64,5 @@ dependencies {
6464 testImplementation(" org.eclipse.jetty.http2:jetty-http2-server" )
6565
6666 testRuntimeOnly(" ch.qos.logback:logback-classic" )
67- testRuntimeOnly(" io.grpc:grpc-api:1.72.0 " )
67+ testRuntimeOnly(" io.grpc:grpc-api" )
6868}
Original file line number Diff line number Diff line change 9090 " jsr305"
9191 ]
9292 }
93- }
93+ }
94+ library(" gRPC" , " 1.73.0" ) {
95+ group(" io.grpc" ) {
96+ bom(" grpc-bom" )
97+ }
98+ }
9499 library(" Janino" , " 3.1.12" ) {
95100 group(" org.codehaus.janino" ) {
96101 bom(" janino" ) {
You can’t perform that action at this time.
0 commit comments