From dcd7107b5794a301716c31efdc48eaeee67f7f24 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 25 Feb 2024 03:46:31 +0000 Subject: [PATCH] Bump io.micrometer:micrometer-tracing-bom (#8961) Bumps [io.micrometer:micrometer-tracing-bom](https://github.com/micrometer-metrics/tracing) from 1.3.0-M1 to 1.3.0-SNAPSHOT. - [Release notes](https://github.com/micrometer-metrics/tracing/releases) - [Commits](https://github.com/micrometer-metrics/tracing/commits) --- updated-dependencies: - dependency-name: io.micrometer:micrometer-tracing-bom dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index cdd74a23fb..9258b2761f 100644 --- a/build.gradle +++ b/build.gradle @@ -91,7 +91,7 @@ ext { lettuceVersion = '6.3.1.RELEASE' log4jVersion = '2.22.1' mailVersion = '2.0.2' - micrometerTracingVersion = '1.3.0-M1' + micrometerTracingVersion = '1.3.0-SNAPSHOT' micrometerVersion = '1.13.0-SNAPSHOT' mockitoVersion = '5.8.0' mongoDriverVersion = '4.11.1'