diff options
author | embeddedt <42941056+embeddedt@users.noreply.github.com> | 2022-07-30 16:27:04 -0400 |
---|---|---|
committer | embeddedt <42941056+embeddedt@users.noreply.github.com> | 2022-07-30 16:27:04 -0400 |
commit | 01c45554fb56c6822aa2a1954ec272d9d3f49d33 (patch) | |
tree | cbb2901bed8a2ccf5ff95186ba53ba101d154361 /spark-common | |
parent | 6387e79e06b7c0f72067a3769f534f10ad71014c (diff) | |
download | spark-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.gradle | 2 |
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' |