aboutsummaryrefslogtreecommitdiff
path: root/spark-common/build.gradle
diff options
context:
space:
mode:
authorHannes Greule <SirYwell@users.noreply.github.com>2024-11-21 10:15:32 +0100
committerGitHub <noreply@github.com>2024-11-21 09:15:32 +0000
commit368ba2fdcf38f256812d558ea81f62bd6f7a43cc (patch)
tree09ec0342135744c8b750354680d0df112bab2f94 /spark-common/build.gradle
parentddb0097142a0ef2635f53695b0b92fda855adb4a (diff)
downloadspark-368ba2fdcf38f256812d558ea81f62bd6f7a43cc.tar.gz
spark-368ba2fdcf38f256812d558ea81f62bd6f7a43cc.tar.bz2
spark-368ba2fdcf38f256812d558ea81f62bd6f7a43cc.zip
Upgrade async-profiler to v3 (#386)
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'