diff options
author | saul.gill <saul.gill@est.tech> | 2024-02-01 16:51:26 +0000 |
---|---|---|
committer | saul.gill <saul.gill@est.tech> | 2024-02-07 13:19:28 +0000 |
commit | d0ed457d63e22c83e730c7929c7422b6780ad5d1 (patch) | |
tree | a21d988694c5045f9045aaaa2a3ff63b0238a95a /pom.xml | |
parent | eb40ca7e9f01769ade8f1d3f3fbe262d85b8f8ef (diff) |
Share tracing context in all threads
Issue-ID: POLICY-4922
Change-Id: I8f5e99b597c989a26777233ef58ef5c4f9db4215
Signed-off-by: saul.gill <saul.gill@est.tech>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -180,7 +180,7 @@ <dependency> <groupId>io.micrometer</groupId> <artifactId>micrometer-tracing-bridge-otel</artifactId> - <version>1.1.3</version> + <version>1.1.8</version> </dependency> <dependency> <groupId>io.opentelemetry</groupId> |