Skip to content

Commit

Permalink
Merge branch '1.0.x' into 1.1.x
Browse files Browse the repository at this point in the history
Resolves gh-407
  • Loading branch information
shakuzen committed Nov 13, 2023
2 parents ec1db96 + fcab350 commit ede72f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 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
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[versions]
micrometer = "1.11.6-SNAPSHOT"
micrometerContextPropagation="1.0.7-SNAPSHOT"
micrometer = "1.11.6"
micrometerContextPropagation="1.0.6"
junit = "5.10.1"
javaxServlet="4.0.1"
jmh="1.37"
Expand Down

0 comments on commit ede72f7

Please sign in to comment.