Skip to content

Commit fcab350

Browse files
committed
Bump context-propagation to 1.0.6 and micrometer to 1.10.13
Resolves gh-406
1 parent 464e08b commit fcab350

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

build.gradle

-4
Original file line numberDiff line numberDiff line change
@@ -298,10 +298,6 @@ 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-
}
305301
mavenCentral()
306302
}
307303

gradle/libs.versions.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[versions]
2-
micrometer = "1.10.13-SNAPSHOT"
3-
micrometerContextPropagation="1.0.7-SNAPSHOT"
2+
micrometer = "1.10.13"
3+
micrometerContextPropagation="1.0.6"
44
junit = "5.10.1"
55
javaxServlet="4.0.1"
66
jmh="1.37"

0 commit comments

Comments
 (0)