From 01c45554fb56c6822aa2a1954ec272d9d3f49d33 Mon Sep 17 00:00:00 2001 From: embeddedt <42941056+embeddedt@users.noreply.github.com> Date: Sat, 30 Jul 2022 16:27:04 -0400 Subject: Update async-profiler Gradle version --- spark-common/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'spark-common') diff --git a/spark-common/build.gradle b/spark-common/build.gradle index ce09d51..4a20142 100644 --- a/spark-common/build.gradle +++ b/spark-common/build.gradle @@ -8,7 +8,7 @@ license { dependencies { api project(':spark-api') - implementation 'com.github.jvm-profiling-tools:async-profiler:v2.8.1' + implementation 'com.github.jvm-profiling-tools:async-profiler:v2.8.3' implementation 'org.ow2.asm:asm:9.1' implementation 'com.google.protobuf:protobuf-javalite:3.15.6' implementation 'net.bytebuddy:byte-buddy-agent:1.11.0' -- cgit