Skip to content

Commit

Permalink
Upgrade to micrometer 1.12.0-RC1
Browse files Browse the repository at this point in the history
Closes gh-396
  • Loading branch information
shakuzen committed Oct 10, 2023
1 parent 48edeaa commit 5fa8014
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -308,10 +308,6 @@ subprojects {
description = 'Facade over tracing concepts'

repositories {
maven {
url 'https://repo.spring.io/snapshot/'
content { includeGroup 'io.micrometer' }
}
maven {
url 'https://repo.spring.io/milestone/'
content { includeGroup 'io.micrometer' }
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[versions]
micrometer = "1.12.0-SNAPSHOT"
micrometer = "1.12.0-RC1"
junit = "5.10.0"
javaxServlet="4.0.1"
jmh="1.37"
Expand Down

0 comments on commit 5fa8014

Please sign in to comment.