aboutsummaryrefslogtreecommitdiff
path: root/spark-common
diff options
context:
space:
mode:
authorembeddedt <42941056+embeddedt@users.noreply.github.com>2022-07-30 16:27:04 -0400
committerembeddedt <42941056+embeddedt@users.noreply.github.com>2022-07-30 16:27:04 -0400
commit01c45554fb56c6822aa2a1954ec272d9d3f49d33 (patch)
treecbb2901bed8a2ccf5ff95186ba53ba101d154361 /spark-common
parent6387e79e06b7c0f72067a3769f534f10ad71014c (diff)
downloadspark-01c45554fb56c6822aa2a1954ec272d9d3f49d33.tar.gz
spark-01c45554fb56c6822aa2a1954ec272d9d3f49d33.tar.bz2
spark-01c45554fb56c6822aa2a1954ec272d9d3f49d33.zip
Update async-profiler Gradle version
Diffstat (limited to 'spark-common')
-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 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'