Skip to content

Commit f5889f3

Browse files
Use context-propagation 1.0.7-SNAPSHOT and micrometer 1.10.13-SNAPSHOT
Closes gh-
1 parent 3d84280 commit f5889f3

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.10.12"
2+
micrometer = "1.10.13-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.19.2-alpha"
99
aopalliance="1.0"

0 commit comments

Comments
 (0)