From 601dfb2764e5bfae054eab4aa0fdcd18c082cff7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Feb 2026 03:07:30 +0000 Subject: [PATCH] Bump io.micrometer:context-propagation from 1.2.0 to 1.2.1 Bumps [io.micrometer:context-propagation](https://github.com/micrometer-metrics/context-propagation) from 1.2.0 to 1.2.1. - [Release notes](https://github.com/micrometer-metrics/context-propagation/releases) - [Commits](https://github.com/micrometer-metrics/context-propagation/compare/v1.2.0...v1.2.1) --- updated-dependencies: - dependency-name: io.micrometer:context-propagation dependency-version: 1.2.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index beaa857624..2bb3522fdc 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -27,7 +27,7 @@ com-squareup-okhttp3-okhttp = { module = "com.squareup.okhttp3:okhttp", version. com-unboundid-unboundid-ldapsdk = "com.unboundid:unboundid-ldapsdk:7.0.4" com-jayway-jsonpath-json-path = "com.jayway.jsonpath:json-path:2.10.0" commons-collections = "commons-collections:commons-collections:3.2.2" -io-micrometer-context-propagation = "io.micrometer:context-propagation:1.2.0" +io-micrometer-context-propagation = "io.micrometer:context-propagation:1.2.1" io-micrometer-micrometer-observation = "io.micrometer:micrometer-observation:1.16.2" io-mockk = "io.mockk:mockk:1.14.9" io-projectreactor-reactor-bom = "io.projectreactor:reactor-bom:2025.0.2"