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 36793fa commit 6cd2dabCopy full SHA for 6cd2dab
build.gradle.kts
@@ -73,9 +73,9 @@ subprojects {
73
implementation("org.slf4j:slf4j-api:1.7.30")
74
75
// Brave
76
- implementation("io.zipkin.brave:brave:5.12.3")
77
- implementation("io.zipkin.brave:brave-context-slf4j:5.12.3")
78
- implementation("io.zipkin.brave:brave-tests:5.12.3")
+ implementation("io.zipkin.brave:brave:5.12.4")
+ implementation("io.zipkin.brave:brave-context-slf4j:5.12.4")
+ implementation("io.zipkin.brave:brave-tests:5.12.4")
79
80
// ElasticMQ
81
implementation("org.elasticmq:elasticmq-rest-sqs_2.12:0.15.6")
0 commit comments