diff --git a/dependencies/typedb/repositories.bzl b/dependencies/typedb/repositories.bzl index 6681a9d32..daf6f0958 100644 --- a/dependencies/typedb/repositories.bzl +++ b/dependencies/typedb/repositories.bzl @@ -21,7 +21,7 @@ def typedb_dependencies(): git_repository( name = "typedb_dependencies", remote = "https://github.com/typedb/typedb-dependencies", - commit = "3348848e9455c1e4984a91c98436f77a8807717a", # sync-marker: do not remove this comment, this is used for sync-dependencies by @typedb_dependencies + commit = "5c2d4dcc25493be9d35356075372229a6d2ba2a9", # sync-marker: do not remove this comment, this is used for sync-dependencies by @typedb_dependencies ) def typedb_protocol():