From 3b028e978dc8c8b9da6e317c80c95f7172013da3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 May 2024 07:56:56 +0000 Subject: [PATCH] Bump com.datadoghq:dd-trace-api from 1.29.0 to 1.34.0 Bumps [com.datadoghq:dd-trace-api](https://github.com/datadog/dd-trace-java) from 1.29.0 to 1.34.0. - [Release notes](https://github.com/datadog/dd-trace-java/releases) - [Commits](https://github.com/datadog/dd-trace-java/compare/v1.29.0...v1.34.0) --- updated-dependencies: - dependency-name: com.datadoghq:dd-trace-api dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 587db90..73d0863 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -50,7 +50,7 @@ dependencies { runtimeOnly("io.jsonwebtoken:jjwt-jackson:0.12.5") // -- Tracing - implementation("com.datadoghq:dd-trace-api:1.29.0") + implementation("com.datadoghq:dd-trace-api:1.34.0") implementation("io.opentracing:opentracing-api:0.33.0") implementation("io.opentracing:opentracing-util:0.33.0")