mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-17 12:09:16 +00:00
Merge branch '4.1.x'
Closes gh-51362
This commit is contained in:
@@ -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/")
|
||||
|
||||
Reference in New Issue
Block a user