Add internal dependency management for gRPC

Closes gh-46444
This commit is contained in:
Stéphane Nicoll
2025-07-16 14:23:36 +02:00
parent c8d700c5a7
commit 3331046306
3 changed files with 8 additions and 3 deletions
@@ -46,5 +46,5 @@ dependencies {
testImplementation("com.squareup.okhttp3:mockwebserver")
testRuntimeOnly("ch.qos.logback:logback-classic")
testRuntimeOnly("io.grpc:grpc-api:1.72.0")
testRuntimeOnly("io.grpc:grpc-api")
}
+1 -1
View File
@@ -64,5 +64,5 @@ dependencies {
testImplementation("org.eclipse.jetty.http2:jetty-http2-server")
testRuntimeOnly("ch.qos.logback:logback-classic")
testRuntimeOnly("io.grpc:grpc-api:1.72.0")
testRuntimeOnly("io.grpc:grpc-api")
}
@@ -90,7 +90,12 @@ bom {
"jsr305"
]
}
}
}
library("gRPC", "1.73.0") {
group("io.grpc") {
bom("grpc-bom")
}
}
library("Janino", "3.1.12") {
group("org.codehaus.janino") {
bom("janino") {