Skip to content

Commit 78f037b

Browse files
authored
Update dependencies and artifacts (#763)
## Usage and product changes ## Implementation
1 parent 3b17127 commit 78f037b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.factory/automation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -529,7 +529,7 @@ build:
529529
release:
530530
filter:
531531
owner: typedb
532-
branch: [master, "3.0"]
532+
branch: [master]
533533
validation:
534534
validate-dependencies:
535535
image: typedb-ubuntu-22.04

dependencies/typedb/artifacts.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ def typedb_artifact():
2525
artifact_name = "typedb-all-{platform}-{version}.{ext}",
2626
tag_source = deployment["artifact"]["release"]["download"],
2727
commit_source = deployment["artifact"]["snapshot"]["download"],
28-
commit = "a45d7b0003bb95e7b36ab097be468acf2398991b"
28+
commit = "c6e8b678b6fd1e47ad9a6af0f0e6e9cb92e0ad38"
2929
)
3030

3131
#def typedb_cloud_artifact():

dependencies/typedb/repositories.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,5 @@ def typedb_behaviour():
3535
git_repository(
3636
name = "typedb_behaviour",
3737
remote = "https://github.com/typedb/typedb-behaviour",
38-
commit = "65258a4a3ad80be5918f33b74b1b08e25ee6fd7b", # sync-marker: do not remove this comment, this is used for sync-dependencies by @typedb_behaviour
38+
commit = "d05a284e445a53de96868c3d27a35ffbef58a077", # sync-marker: do not remove this comment, this is used for sync-dependencies by @typedb_behaviour
3939
)

0 commit comments

Comments
 (0)