diff --git a/bazel/repository_locations.bzl b/bazel/repository_locations.bzl index eeea905f3519..26935050c3dc 100644 --- a/bazel/repository_locations.bzl +++ b/bazel/repository_locations.bzl @@ -204,12 +204,12 @@ REPOSITORY_LOCATIONS_SPEC = dict( project_name = "Perfetto", project_desc = "Perfetto Tracing SDK", project_url = "https://perfetto.dev/", - version = "43.1", - sha256 = "0f23ba39520c9ec629c48dc36a3a4bb92ed9653ac6694445be22985205a3f4ce", + version = "44.0", + sha256 = "db4162ee6495b1fcc13ba7aca77d67f9fd1766d184743137a04af8b1e3906b9d", strip_prefix = "perfetto-{version}/sdk", urls = ["https://github.com/google/perfetto/archive/v{version}.tar.gz"], use_category = ["dataplane_core", "controlplane"], - release_date = "2024-03-05", + release_date = "2024-04-10", cpe = "N/A", license = "Apache-2.0", license_url = "https://github.com/google/perfetto/blob/v{version}/LICENSE",