From a1004c8b0c6be70c95b55d18b36ec3e88e42a77b Mon Sep 17 00:00:00 2001 From: Jaroslav Bachorik Date: Mon, 10 Aug 2026 09:02:25 +0200 Subject: [PATCH] Bump ddprof to 1.49.0 (#12168) Bump ddprof to 1.49.0 Co-authored-by: jaroslav.bachorik (cherry picked from commit 960957e9d2f5f8892f9553717e3aa1392b3626bf) --- dd-java-agent/ddprof-lib/gradle.lockfile | 2 +- gradle/libs.versions.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dd-java-agent/ddprof-lib/gradle.lockfile b/dd-java-agent/ddprof-lib/gradle.lockfile index 3200a914dfc..d5bceac668b 100644 --- a/dd-java-agent/ddprof-lib/gradle.lockfile +++ b/dd-java-agent/ddprof-lib/gradle.lockfile @@ -5,7 +5,7 @@ ch.qos.logback:logback-classic:1.2.13=testCompileClasspath,testRuntimeClasspath ch.qos.logback:logback-core:1.2.13=testCompileClasspath,testRuntimeClasspath com.datadoghq:dd-javac-plugin-client:0.2.2=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath -com.datadoghq:ddprof:1.48.1=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +com.datadoghq:ddprof:1.49.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath com.github.javaparser:javaparser-core:3.25.6=codenarc com.github.spotbugs:spotbugs-annotations:4.9.8=compileClasspath,spotbugs com.github.spotbugs:spotbugs:4.9.8=spotbugs diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index b7ec5949343..ad9f39d0740 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -10,7 +10,7 @@ shadow = "9.4.2" spotbugs_annotations = "4.9.8" # DataDog libs and forks -ddprof = "1.48.1" +ddprof = "1.49.0" dogstatsd = "4.4.5" okhttp = "3.12.15" # Datadog fork to support Java 7