File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -392,7 +392,7 @@ subprojects {
392
392
repositories {
393
393
mavenCentral()
394
394
maven {
395
- url ' https://repo.spring.io/milestone /' // we only need this repo for the context-propagation
395
+ url ' https://repo.spring.io/snapshot /' // we only need this repo for the context-propagation
396
396
content { includeModule ' io.micrometer' , ' context-propagation' }
397
397
}
398
398
}
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ def VERSIONS = [
44
44
' javax.inject:javax.inject:1' ,
45
45
' javax.servlet:javax.servlet-api:latest.release' ,
46
46
' javax.xml.bind:jaxb-api:2.3.+' ,
47
- ' io.micrometer:context-propagation:1.0.0-M5 ' ,
47
+ ' io.micrometer:context-propagation:1.0.0-SNAPSHOT ' ,
48
48
' org.jetbrains.kotlinx:kotlinx-coroutines-core:latest.release' ,
49
49
' net.sf.ehcache:ehcache:latest.release' ,
50
50
' org.apache.httpcomponents:httpasyncclient:latest.release' ,
You can’t perform that action at this time.
0 commit comments