aboutsummaryrefslogtreecommitdiff
path: root/spark-common/build.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'spark-common/build.gradle')
-rw-r--r--spark-common/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/spark-common/build.gradle b/spark-common/build.gradle
index ba3d2b4..f444c34 100644
--- a/spark-common/build.gradle
+++ b/spark-common/build.gradle
@@ -12,7 +12,7 @@ license {
dependencies {
api project(':spark-api')
- implementation 'com.github.jvm-profiling-tools:async-profiler:v2.8.3'
+ implementation 'tools.profiler:async-profiler:3.0' // spark native version: 3cf733d
implementation 'org.ow2.asm:asm:9.7'
implementation 'net.bytebuddy:byte-buddy-agent:1.14.17'
implementation 'com.google.protobuf:protobuf-javalite:4.28.2'