Skip to content

Commit

Permalink
chore: update async-profiler to 2.9 (#75)
Browse files Browse the repository at this point in the history
  • Loading branch information
korniltsev authored Feb 9, 2023
1 parent 990e371 commit 2ce1d49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion async-profiler-context/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ repositories {
mavenCentral()
}

def asyncProfilerVersion = "2.8.3.2"
def asyncProfilerVersion = "2.9.0.2"
def pyroscopeVersion = project.properties['pyroscope_version']
dependencies {
api files("$buildDir/async-profiler/async-profiler.jar")
Expand Down

0 comments on commit 2ce1d49

Please sign in to comment.