Skip to content

Commit 6da4907

Browse files
committed
Upgrade to Micrometer 1.14.0-M1
Closes gh-771
1 parent 8a22281 commit 6da4907

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@ subprojects {
314314

315315
repositories {
316316
maven {
317-
url 'https://repo.spring.io/snapshot/'
317+
url 'https://repo.spring.io/milestone/'
318318
content { includeGroup 'io.micrometer' }
319319
}
320320
mavenCentral()

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[versions]
2-
micrometer = "1.13.2"
2+
micrometer = "1.14.0-M1"
33
micrometerContextPropagation="1.1.1"
44
junit = "5.10.3"
55
javaxServlet="4.0.1"

0 commit comments

Comments
 (0)