Skip to content

Commit 423917f

Browse files
Merge branch '1.0.x' into 1.1.x
2 parents e96d4de + f5889f3 commit 423917f

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

build.gradle

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -298,6 +298,10 @@ subprojects {
298298
description = 'Facade over tracing concepts'
299299

300300
repositories {
301+
maven {
302+
url 'https://repo.spring.io/snapshot/'
303+
content { includeGroup 'io.micrometer' }
304+
}
301305
mavenCentral()
302306
}
303307

gradle/libs.versions.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
[versions]
2-
micrometer = "1.11.5"
2+
micrometer = "1.11.6-SNAPSHOT"
3+
micrometerContextPropagation="1.0.7-SNAPSHOT"
34
junit = "5.10.0"
45
javaxServlet="4.0.1"
56
jmh="1.37"
6-
micrometerContextPropagation="1.0.6"
77
jakartaWeb="9.1.0"
88
otelInstrumentation="1.25.1-alpha"
99
aopalliance="1.0"

0 commit comments

Comments
 (0)