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 8a22281 commit 6da4907Copy full SHA for 6da4907
build.gradle
@@ -314,7 +314,7 @@ subprojects {
314
315
repositories {
316
maven {
317
- url 'https://repo.spring.io/snapshot/'
+ url 'https://repo.spring.io/milestone/'
318
content { includeGroup 'io.micrometer' }
319
}
320
mavenCentral()
gradle/libs.versions.toml
@@ -1,5 +1,5 @@
1
[versions]
2
-micrometer = "1.13.2"
+micrometer = "1.14.0-M1"
3
micrometerContextPropagation="1.1.1"
4
junit = "5.10.3"
5
javaxServlet="4.0.1"
0 commit comments