Skip to content

Commit

Permalink
Merge branch '1.1.x'
Browse files Browse the repository at this point in the history
Resolves gh-408
  • Loading branch information
shakuzen committed Nov 13, 2023
2 parents 2b30839 + ede72f7 commit 4b757a6
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 @@ -318,10 +318,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.12.0-SNAPSHOT"
micrometerContextPropagation="1.1.0-SNAPSHOT"
micrometer = "1.12.0"
micrometerContextPropagation="1.1.0"
junit = "5.10.1"
javaxServlet="4.0.1"
jmh="1.37"
Expand Down

0 comments on commit 4b757a6

Please sign in to comment.