From a2e3eab6a0f53b9c3fef734ffb83251df3e043e8 Mon Sep 17 00:00:00 2001 From: Tommy Ludwig <8924140+shakuzen@users.noreply.github.com> Date: Mon, 7 Nov 2022 17:09:24 +0900 Subject: [PATCH] Upgrade to micrometer-bom 1.10.0 and micrometer-tracing-bom 1.0.0 Also removes snapshot/milestone repositories. Resolves gh-72 --- build.gradle | 2 -- dependencies.gradle | 4 ++-- micrometer-docs-generator/gradle.lockfile | 14 +++++++------- 3 files changed, 9 insertions(+), 11 deletions(-) diff --git a/build.gradle b/build.gradle index 6c6131d..72ed2ef 100644 --- a/build.gradle +++ b/build.gradle @@ -306,8 +306,6 @@ subprojects { repositories { mavenCentral() - maven { url 'https://repo.spring.io/milestone' } - maven { url 'https://repo.spring.io/snapshot' } } def check = tasks.findByName('check') diff --git a/dependencies.gradle b/dependencies.gradle index 77f045d..c1a8982 100644 --- a/dependencies.gradle +++ b/dependencies.gradle @@ -18,8 +18,8 @@ def VERSIONS = [ ] def MICROMETER_PLATFORM_VERSIONS = [ - 'io.micrometer:micrometer-bom:1.10.0-SNAPSHOT', - 'io.micrometer:micrometer-tracing-bom:1.0.0-SNAPSHOT' + 'io.micrometer:micrometer-bom:1.10.+', + 'io.micrometer:micrometer-tracing-bom:1.0.+' ] def PLATFORM_VERSIONS = [ diff --git a/micrometer-docs-generator/gradle.lockfile b/micrometer-docs-generator/gradle.lockfile index de922c6..4a0eb95 100644 --- a/micrometer-docs-generator/gradle.lockfile +++ b/micrometer-docs-generator/gradle.lockfile @@ -25,13 +25,13 @@ info.picocli:picocli:3.9.5=nohttp-cli info.picocli:picocli:4.3.1=nohttp info.picocli:picocli:4.6.2=checkstyle info.picocli:picocli:4.7.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath -io.micrometer:context-propagation:1.0.0-SNAPSHOT=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath -io.micrometer:micrometer-bom:1.10.0-SNAPSHOT=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath -io.micrometer:micrometer-commons:1.10.0-SNAPSHOT=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath -io.micrometer:micrometer-core:1.10.0-SNAPSHOT=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath -io.micrometer:micrometer-observation:1.10.0-SNAPSHOT=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath -io.micrometer:micrometer-tracing-bom:1.0.0-SNAPSHOT=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath -io.micrometer:micrometer-tracing:1.0.0-SNAPSHOT=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +io.micrometer:context-propagation:1.0.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +io.micrometer:micrometer-bom:1.10.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +io.micrometer:micrometer-commons:1.10.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +io.micrometer:micrometer-core:1.10.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +io.micrometer:micrometer-observation:1.10.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +io.micrometer:micrometer-tracing-bom:1.0.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +io.micrometer:micrometer-tracing:1.0.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath io.spring.javaformat:spring-javaformat-checkstyle:0.0.35=checkstyle io.spring.javaformat:spring-javaformat-config:0.0.35=checkstyle io.spring.nohttp:nohttp-checkstyle:0.0.10=checkstyle,nohttp