From ea9aab933952debf759c7ba207c15a63acea28a7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 24 Aug 2024 02:16:40 +0000 Subject: [PATCH] Bump io.micrometer:micrometer-tracing-bom (#2798) Bumps [io.micrometer:micrometer-tracing-bom](https://github.com/micrometer-metrics/tracing) from 1.4.0-M2 to 1.4.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 786a87ab..bc2d9ff8 100644 --- a/build.gradle +++ b/build.gradle @@ -63,7 +63,7 @@ ext { lz4Version = '1.8.0' micrometerDocsVersion = '1.0.3' micrometerVersion = '1.14.0-SNAPSHOT' - micrometerTracingVersion = '1.4.0-M2' + micrometerTracingVersion = '1.4.0-SNAPSHOT' mockitoVersion = '5.12.0' rabbitmqStreamVersion = '0.15.0' rabbitmqVersion = '5.21.0'