Skip to content

Commit

Permalink
Upgrade to context-propagation 1.0.5
Browse files Browse the repository at this point in the history
Closes gh-4026
  • Loading branch information
jonatan-ivanov committed Aug 14, 2023
1 parent 45d7fbf commit 8c8daa9
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -390,10 +390,10 @@ subprojects {
description = 'Application monitoring instrumentation facade'

repositories {
maven {
url 'https://repo.spring.io/snapshot/'
content { includeGroup 'io.micrometer' }
}
// maven {
// url 'https://repo.spring.io/snapshot/'
// content { includeGroup 'io.micrometer' }
// }
mavenCentral()
}

Expand Down
2 changes: 1 addition & 1 deletion dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ def VERSIONS = [
'javax.inject:javax.inject:1',
'javax.servlet:javax.servlet-api:latest.release',
'javax.xml.bind:jaxb-api:2.3.+',
'io.micrometer:context-propagation:1.0.+',
'io.micrometer:context-propagation:1.0.5',
'org.jetbrains.kotlinx:kotlinx-coroutines-core:latest.release',
'net.sf.ehcache:ehcache:latest.release',
'org.apache.httpcomponents:httpasyncclient:latest.release',
Expand Down
2 changes: 1 addition & 1 deletion micrometer-core/gradle.lockfile

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion micrometer-observation/gradle.lockfile

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 8c8daa9

Please sign in to comment.