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.
2 parents e96d4de + f5889f3 commit 423917fCopy full SHA for 423917f
build.gradle
@@ -298,6 +298,10 @@ subprojects {
298
description = 'Facade over tracing concepts'
299
300
repositories {
301
+ maven {
302
+ url 'https://repo.spring.io/snapshot/'
303
+ content { includeGroup 'io.micrometer' }
304
+ }
305
mavenCentral()
306
}
307
gradle/libs.versions.toml
@@ -1,9 +1,9 @@
1
[versions]
2
-micrometer = "1.11.5"
+micrometer = "1.11.6-SNAPSHOT"
3
+micrometerContextPropagation="1.0.7-SNAPSHOT"
4
junit = "5.10.0"
5
javaxServlet="4.0.1"
6
jmh="1.37"
-micrometerContextPropagation="1.0.6"
7
jakartaWeb="9.1.0"
8
otelInstrumentation="1.25.1-alpha"
9
aopalliance="1.0"
0 commit comments