Skip to content

Commit

Permalink
Upgrade to Micrometer 1.14.0-M1
Browse files Browse the repository at this point in the history
Closes gh-771
  • Loading branch information
shakuzen committed Jul 9, 2024
1 parent 8a22281 commit 6da4907
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.13.2"
micrometer = "1.14.0-M1"
micrometerContextPropagation="1.1.1"
junit = "5.10.3"
javaxServlet="4.0.1"
Expand Down

0 comments on commit 6da4907

Please sign in to comment.