We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 188cac6 commit 8b178a8Copy full SHA for 8b178a8
spring-boot-project/spring-boot-dependencies/build.gradle
@@ -1114,6 +1114,13 @@ bom {
1114
]
1115
}
1116
1117
+ library("OpenTelemetry-Alpha", "1.18.0-alpha") {
1118
+ group("io.opentelemetry") {
1119
+ imports = [
1120
+ "opentelemetry-bom-alpha"
1121
+ ]
1122
+ }
1123
1124
library("Oracle Database", "21.7.0.0") {
1125
group("com.oracle.database.jdbc") {
1126
imports = [
@@ -1642,10 +1649,10 @@ bom {
1642
1649
1643
1650
1644
1651
1645
- library("Zipkin", "2.16.3") {
1646
- group("io.zipkin.reporter2") {
1647
- modules = [
1648
- "zipkin-sender-urlconnection"
1652
+ library("Zipkin", "5.14.1") {
1653
+ group("io.zipkin.brave") {
1654
1655
+ "brave-bom"
1656
1657
1658
0 commit comments