Skip to content

Commit b87d2b7

Browse files
Converts Zipkin dependency to Zipkin BOM
1 parent 188cac6 commit b87d2b7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

spring-boot-project/spring-boot-dependencies/build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1642,10 +1642,10 @@ bom {
16421642
]
16431643
}
16441644
}
1645-
library("Zipkin", "2.16.3") {
1646-
group("io.zipkin.reporter2") {
1647-
modules = [
1648-
"zipkin-sender-urlconnection"
1645+
library("Zipkin", "5.14.1") {
1646+
group("io.zipkin.brave") {
1647+
imports = [
1648+
"brave-bom"
16491649
]
16501650
}
16511651
}

0 commit comments

Comments
 (0)