From b7b3b4703c53e9e768b8321f99563f4f4601cc9f Mon Sep 17 00:00:00 2001 From: Jonatan Ivanov Date: Mon, 11 Sep 2023 11:46:22 -0700 Subject: [PATCH] Use context-propagation 1.0.5 Closes gh-4078 --- build.gradle | 8 ++++---- micrometer-core/gradle.lockfile | 2 +- micrometer-observation/gradle.lockfile | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/build.gradle b/build.gradle index 28a5843a0e..ed44f88bbd 100644 --- a/build.gradle +++ b/build.gradle @@ -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() } diff --git a/micrometer-core/gradle.lockfile b/micrometer-core/gradle.lockfile index 4adf97825a..701799e25f 100644 --- a/micrometer-core/gradle.lockfile +++ b/micrometer-core/gradle.lockfile @@ -115,7 +115,7 @@ io.grpc:grpc-protobuf-lite:1.49.2=java11TestCompileClasspath,java11TestImplement io.grpc:grpc-protobuf:1.49.2=java11TestCompileClasspath,java11TestImplementationDependenciesMetadata,java11TestRuntimeClasspath,testCompileClasspath,testImplementationDependenciesMetadata,testRuntimeClasspath io.grpc:grpc-stub:1.49.2=java11TestCompileClasspath,java11TestImplementationDependenciesMetadata,java11TestRuntimeClasspath,testCompileClasspath,testImplementationDependenciesMetadata,testRuntimeClasspath io.grpc:grpc-testing-proto:1.49.2=java11TestCompileClasspath,java11TestImplementationDependenciesMetadata,java11TestRuntimeClasspath,testCompileClasspath,testImplementationDependenciesMetadata,testRuntimeClasspath -io.micrometer:context-propagation:1.0.5-SNAPSHOT=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +io.micrometer:context-propagation:1.0.5=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath io.netty:netty-bom:4.1.97.Final=apiDependenciesMetadata,compileClasspath,compileOnlyDependenciesMetadata,implementationDependenciesMetadata,java11ApiDependenciesMetadata,java11CompileClasspath,java11ImplementationDependenciesMetadata,java11RuntimeClasspath,java11TestCompileClasspath,java11TestImplementationDependenciesMetadata,java11TestRuntimeClasspath,runtimeClasspath,runtimeOnlyDependenciesMetadata,testCompileClasspath,testImplementationDependenciesMetadata,testRuntimeClasspath,testRuntimeOnlyDependenciesMetadata io.perfmark:perfmark-api:0.25.0=java11TestRuntimeClasspath,testRuntimeClasspath io.projectreactor:reactor-bom:2020.0.35=apiDependenciesMetadata,compileClasspath,compileOnlyDependenciesMetadata,implementationDependenciesMetadata,java11ApiDependenciesMetadata,java11CompileClasspath,java11ImplementationDependenciesMetadata,java11RuntimeClasspath,java11TestCompileClasspath,java11TestImplementationDependenciesMetadata,java11TestRuntimeClasspath,runtimeClasspath,runtimeOnlyDependenciesMetadata,testCompileClasspath,testImplementationDependenciesMetadata,testRuntimeClasspath,testRuntimeOnlyDependenciesMetadata diff --git a/micrometer-observation/gradle.lockfile b/micrometer-observation/gradle.lockfile index d4feb011aa..3ee7727f94 100644 --- a/micrometer-observation/gradle.lockfile +++ b/micrometer-observation/gradle.lockfile @@ -59,7 +59,7 @@ info.picocli:picocli:4.6.2=checkstyle info.picocli:picocli:4.6.3=spotless-1972451482,spotless-1972451484 io.github.detekt.sarif4k:sarif4k:0.2.0=spotless-1972451482,spotless-1972451484 io.github.microutils:kotlin-logging-jvm:2.1.23=spotless-1972451482,spotless-1972451484 -io.micrometer:context-propagation:1.0.5-SNAPSHOT=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +io.micrometer:context-propagation:1.0.5=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath io.netty:netty-bom:4.1.97.Final=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath io.projectreactor:reactor-bom:2020.0.35=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath io.spring.javaformat:spring-javaformat-checkstyle:0.0.39=checkstyle