Skip to content

Commit

Permalink
[7.1.0] Upgrade to async-profiler v3.0. (#21428)
Browse files Browse the repository at this point in the history
Closes #21286.

PiperOrigin-RevId: 608574984
Change-Id: Ibeaf4e65fc9ee94553426d8ca57e121672d31a9e
  • Loading branch information
tjgq authored Feb 20, 2024
1 parent 4494642 commit a9a9dcc
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 23 deletions.
2 changes: 1 addition & 1 deletion MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ maven.install(
"org.threeten:threeten-extra:1.5.0",
"org.tukaani:xz:1.9",
"org.yaml:snakeyaml:1.28",
"tools.profiler:async-profiler:2.9",
"tools.profiler:async-profiler:3.0",
# The following jars are for testing.
# junit is not test only due to //src/java_tools/junitrunner/java/com/google/testing/junit/junit4:runner,
# and hamcrest is a dependency of junit.
Expand Down
36 changes: 18 additions & 18 deletions MODULE.bazel.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions maven_install.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"__AUTOGENERATED_FILE_DO_NOT_MODIFY_THIS_FILE_MANUALLY": "THERE_IS_NO_DATA_ONLY_ZUUL",
"__INPUT_ARTIFACTS_HASH": 1243710032,
"__RESOLVED_ARTIFACTS_HASH": -278059740,
"__INPUT_ARTIFACTS_HASH": 126972392,
"__RESOLVED_ARTIFACTS_HASH": 1100189256,
"conflict_resolution": {
"com.google.code.gson:gson:2.8.9": "com.google.code.gson:gson:2.9.0",
"com.google.errorprone:error_prone_annotations:2.3.2": "com.google.errorprone:error_prone_annotations:2.22.0",
Expand Down Expand Up @@ -696,9 +696,9 @@
},
"tools.profiler:async-profiler": {
"shasums": {
"jar": "6c4e993c28cf2882964cac82a0f96e81a325840043884526565017b2f62c5ba4"
"jar": "8f798860049d01f4a2f853596d28c85d2983f0c098f165a32909b7da9c74209f"
},
"version": "2.9"
"version": "3.0"
}
},
"dependencies": {
Expand Down

0 comments on commit a9a9dcc

Please sign in to comment.