Skip to content

Commit ec18f07

Browse files
committed
deps: bump up gperftools to v2.16
Signed-off-by: Rohit Agrawal <[email protected]>
1 parent d164a21 commit ec18f07

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

bazel/repository_locations.bzl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -392,11 +392,11 @@ REPOSITORY_LOCATIONS_SPEC = dict(
392392
project_name = "gperftools",
393393
project_desc = "tcmalloc and profiling libraries",
394394
project_url = "https://github.com/gperftools/gperftools",
395-
version = "2.10",
396-
sha256 = "83e3bfdd28b8bcf53222c3798d4d395d52dadbbae59e8730c4a6d31a9c3732d8",
395+
version = "2.16",
396+
sha256 = "f12624af5c5987f2cc830ee534f754c3c5961eec08004c26a8b80de015cf056f",
397397
strip_prefix = "gperftools-{version}",
398398
urls = ["https://github.com/gperftools/gperftools/releases/download/gperftools-{version}/gperftools-{version}.tar.gz"],
399-
release_date = "2022-05-31",
399+
release_date = "2024-09-25",
400400
use_category = ["dataplane_core", "controlplane"],
401401
cpe = "cpe:2.3:a:gperftools_project:gperftools:*",
402402
license = "BSD-3-Clause",

0 commit comments

Comments
 (0)