Merge branch '4.1.x'

Closes gh-51362
This commit is contained in:
Phillip Webb
2026-08-11 12:36:21 +01:00
2 changed files with 11 additions and 3 deletions
@@ -558,10 +558,16 @@ bom {
site("https://groovy-lang.org")
}
}
library("Grpc Java", "1.81.1") {
library("Grpc Java", "1.83.1") {
group("io.grpc") {
bom("grpc-bom")
}
alignWith {
version {
of "io.grpc:grpc-core"
from "org.springframework.grpc:spring-grpc-core"
}
}
links {
github("https://github.com/grpc/grpc-java")
docs("https://grpc.io/docs/languages/java/")