Skip to content

Commit

Permalink
Upgrade to context-propagation 1.0.6
Browse files Browse the repository at this point in the history
Removes snapshot repo config.

Closes gh-392
  • Loading branch information
shakuzen committed Oct 10, 2023
1 parent 073d1b3 commit 3779dae
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -298,10 +298,6 @@ subprojects {
description = 'Facade over tracing concepts'

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

Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ micrometer = "1.10.11"
junit = "5.10.0"
javaxServlet="4.0.1"
jmh="1.37"
micrometerContextPropagation="1.0.6-SNAPSHOT"
micrometerContextPropagation="1.0.6"
jakartaWeb="9.1.0"
otelInstrumentation="1.19.2-alpha"
aopalliance="1.0"
Expand Down

0 comments on commit 3779dae

Please sign in to comment.