Skip to content

Commit

Permalink
Bump io.micrometer:micrometer-bom to 1.14.0-M3
Browse files Browse the repository at this point in the history
Closes gh-837
  • Loading branch information
jonatan-ivanov committed Sep 9, 2024
1 parent 4f4ef56 commit 8c623c7
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-M3"
micrometerContextPropagation="1.1.1"
junit = "5.11.0"
javaxServlet="4.0.1"
Expand Down

0 comments on commit 8c623c7

Please sign in to comment.