Skip to content

Commit 8609b10

Browse files
Merge branch '1.10.x' into 1.11.x
2 parents ae10387 + 8c8daa9 commit 8609b10

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

build.gradle

+4-4
Original file line numberDiff line numberDiff line change
@@ -402,10 +402,10 @@ subprojects {
402402
description = 'Application monitoring instrumentation facade'
403403

404404
repositories {
405-
maven {
406-
url 'https://repo.spring.io/snapshot/'
407-
content { includeGroup 'io.micrometer' }
408-
}
405+
// maven {
406+
// url 'https://repo.spring.io/snapshot/'
407+
// content { includeGroup 'io.micrometer' }
408+
// }
409409
mavenCentral()
410410
}
411411

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.felix:org.apache.felix.framework:7.0.5',

micrometer-core/gradle.lockfile

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

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)