Skip to content

Commit 1311006

Browse files
Moving context-propagation to 1.0.0-SNAPSHOT
1 parent 3e6e1e4 commit 1311006

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -392,7 +392,7 @@ subprojects {
392392
repositories {
393393
mavenCentral()
394394
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
396396
content { includeModule 'io.micrometer', 'context-propagation' }
397397
}
398398
}

dependencies.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ def VERSIONS = [
4444
'javax.inject:javax.inject:1',
4545
'javax.servlet:javax.servlet-api:latest.release',
4646
'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',
4848
'org.jetbrains.kotlinx:kotlinx-coroutines-core:latest.release',
4949
'net.sf.ehcache:ehcache:latest.release',
5050
'org.apache.httpcomponents:httpasyncclient:latest.release',

0 commit comments

Comments
 (0)