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 903e39d commit 9143d7aCopy full SHA for 9143d7a
build.gradle
@@ -313,10 +313,6 @@ subprojects {
313
description = 'Facade over tracing concepts'
314
315
repositories {
316
- maven {
317
- url 'https://repo.spring.io/milestone/'
318
- content { includeGroup 'io.micrometer' }
319
- }
320
mavenCentral()
321
}
322
gradle/libs.versions.toml
@@ -1,5 +1,5 @@
1
[versions]
2
-micrometer = "1.14.0-RC1"
+micrometer = "1.14.0"
3
micrometerContextPropagation="1.1.2"
4
junit = "5.11.3"
5
javaxServlet="4.0.1"
0 commit comments