Skip to content

Commit

Permalink
Upgrade to Micrometer 1.14.0-RC1
Browse files Browse the repository at this point in the history
Closes gh-871
  • Loading branch information
shakuzen committed Oct 15, 2024
1 parent b16389b commit 89160b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@ subprojects {

repositories {
maven {
url 'https://repo.spring.io/snapshot/'
url 'https://repo.spring.io/milestone/'
content { includeGroup 'io.micrometer' }
}
mavenCentral()
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.14.0-SNAPSHOT"
micrometer = "1.14.0-RC1"
micrometerContextPropagation="1.1.2"
junit = "5.11.2"
javaxServlet="4.0.1"
Expand Down

0 comments on commit 89160b3

Please sign in to comment.