Skip to content

Commit c5547bf

Browse files
committedJan 9, 2025
Start building against Micrometer Tracing 1.4.2 snapshots
See gh-43746
1 parent 4ec7c4c commit c5547bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎spring-boot-project/spring-boot-dependencies/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -1466,7 +1466,7 @@ bom {
14661466
releaseNotes("https://github.com/micrometer-metrics/micrometer/releases/tag/v{version}")
14671467
}
14681468
}
1469-
library("Micrometer Tracing", "1.4.1") {
1469+
library("Micrometer Tracing", "1.4.2-SNAPSHOT") {
14701470
considerSnapshots()
14711471
group("io.micrometer") {
14721472
imports = [

0 commit comments

Comments
 (0)
Please sign in to comment.