Skip to content

Commit 9143d7a

Browse files
committed
Upgrade to Micrometer 1.14.0
Closes gh-886
1 parent 903e39d commit 9143d7a

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

build.gradle

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -313,10 +313,6 @@ subprojects {
313313
description = 'Facade over tracing concepts'
314314

315315
repositories {
316-
maven {
317-
url 'https://repo.spring.io/milestone/'
318-
content { includeGroup 'io.micrometer' }
319-
}
320316
mavenCentral()
321317
}
322318

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.14.0-RC1"
2+
micrometer = "1.14.0"
33
micrometerContextPropagation="1.1.2"
44
junit = "5.11.3"
55
javaxServlet="4.0.1"

0 commit comments

Comments
 (0)