Skip to content

Commit

Permalink
Bumps micrometer to 1.15.0-M1; fixes gh-942
Browse files Browse the repository at this point in the history
  • Loading branch information
marcingrzejszczak committed Jan 13, 2025
1 parent f76fc6f commit 3b3b368
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -314,6 +314,11 @@ subprojects {

repositories {
mavenCentral()
// For micrometer
maven {
name = 'Milestone'
url = 'https://repo.spring.io/milestone'
}
}

def check = tasks.findByName('check')
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.3"
micrometer = "1.15.0-M1"
micrometerContextPropagation="1.1.2"
junit = "5.11.4"
javaxServlet="4.0.1"
Expand Down

0 comments on commit 3b3b368

Please sign in to comment.