Skip to content

Commit 8c8daa9

Browse files
Upgrade to context-propagation 1.0.5
Closes gh-4026
1 parent 45d7fbf commit 8c8daa9

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

Diff for: build.gradle

+4-4
Original file line numberDiff line numberDiff line change
@@ -390,10 +390,10 @@ subprojects {
390390
description = 'Application monitoring instrumentation facade'
391391

392392
repositories {
393-
maven {
394-
url 'https://repo.spring.io/snapshot/'
395-
content { includeGroup 'io.micrometer' }
396-
}
393+
// maven {
394+
// url 'https://repo.spring.io/snapshot/'
395+
// content { includeGroup 'io.micrometer' }
396+
// }
397397
mavenCentral()
398398
}
399399

Diff for: dependencies.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ def VERSIONS = [
4545
'javax.inject:javax.inject:1',
4646
'javax.servlet:javax.servlet-api:latest.release',
4747
'javax.xml.bind:jaxb-api:2.3.+',
48-
'io.micrometer:context-propagation:1.0.+',
48+
'io.micrometer:context-propagation:1.0.5',
4949
'org.jetbrains.kotlinx:kotlinx-coroutines-core:latest.release',
5050
'net.sf.ehcache:ehcache:latest.release',
5151
'org.apache.httpcomponents:httpasyncclient:latest.release',

Diff for: micrometer-core/gradle.lockfile

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: micrometer-observation/gradle.lockfile

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)