Skip to content

Commit

Permalink
update VERSION to 2.3.0 and dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
flyingsilverfin committed Jul 26, 2021
1 parent a8f58c9 commit 7503571
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 8 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.1.1
2.3.0
10 changes: 8 additions & 2 deletions dependencies/maven/artifacts.snapshot
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,12 @@
@maven//:com_google_code_gson_gson_2_8_6
@maven//:com_google_errorprone_error_prone_annotations
@maven//:com_google_errorprone_error_prone_annotations_2_3_4
@maven//:com_google_guava_failureaccess
@maven//:com_google_guava_failureaccess_1_0_1
@maven//:com_google_guava_guava
@maven//:com_google_guava_guava_23_0
@maven//:com_google_guava_guava_30_1_jre
@maven//:com_google_guava_listenablefuture
@maven//:com_google_guava_listenablefuture_9999_0_empty_to_avoid_conflict_with_guava
@maven//:com_google_http_client_google_http_client
@maven//:com_google_http_client_google_http_client_1_34_2
@maven//:com_google_j2objc_j2objc_annotations
Expand All @@ -31,7 +35,7 @@
@maven//:commons_logging_commons_logging
@maven//:commons_logging_commons_logging_1_2
@maven//:info_picocli_picocli
@maven//:info_picocli_picocli_4_3_2
@maven//:info_picocli_picocli_4_6_1
@maven//:io_cucumber_cucumber_core
@maven//:io_cucumber_cucumber_core_5_1_3
@maven//:io_cucumber_cucumber_expressions
Expand Down Expand Up @@ -116,6 +120,8 @@
@maven//:org_apache_httpcomponents_httpcore_4_4_13
@maven//:org_apiguardian_apiguardian_api
@maven//:org_apiguardian_apiguardian_api_1_1_0
@maven//:org_checkerframework_checker_qual
@maven//:org_checkerframework_checker_qual_3_5_0
@maven//:org_codehaus_mojo_animal_sniffer_annotations
@maven//:org_codehaus_mojo_animal_sniffer_annotations_1_18
@maven//:org_hamcrest_hamcrest
Expand Down
10 changes: 5 additions & 5 deletions dependencies/vaticle/repositories.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -25,35 +25,35 @@ def vaticle_typeql_lang_java():
git_repository(
name = "vaticle_typeql_lang_java",
remote = "https://github.com/vaticle/typeql-lang-java",
tag = "2.1.0", # sync-marker: do not remove this comment, this is used for sync-dependencies by @vaticle_typeql_lang_java
tag = "2.3.0", # sync-marker: do not remove this comment, this is used for sync-dependencies by @vaticle_typeql_lang_java
)

def vaticle_typedb_common():
git_repository(
name = "vaticle_typedb_common",
remote = "https://github.com/vaticle/typedb-common",
commit = "cd9b7e3eb370360891a3545dc872eadafcb39069" # sync-marker: do not remove this comment, this is used for sync-dependencies by @vaticle_typedb_common
tag = "2.3.0" # sync-marker: do not remove this comment, this is used for sync-dependencies by @vaticle_typedb_common
)

def vaticle_dependencies():
git_repository(
name = "vaticle_dependencies",
remote = "https://github.com/vaticle/dependencies",
commit = "515d6adf719cc7e78f9d313e6c97bce9f918b60b", # sync-marker: do not remove this comment, this is used for sync-dependencies by @vaticle_dependencies
commit = "f47caef7909c52116ff29881ff6671ee3e3b692f", # sync-marker: do not remove this comment, this is used for sync-dependencies by @vaticle_dependencies
)

def vaticle_typedb_protocol():
git_repository(
name = "vaticle_typedb_protocol",
remote = "https://github.com/vaticle/typedb-protocol",
commit = "008f0fc3bb11c221214a9b47899168680cf111be", # sync-marker: do not remove this comment, this is used for sync-dependencies by @vaticle_typedb_protocol
tag = "2.3.0", # sync-marker: do not remove this comment, this is used for sync-dependencies by @vaticle_typedb_protocol
)

def vaticle_typedb_behaviour():
git_repository(
name = "vaticle_typedb_behaviour",
remote = "https://github.com/vaticle/typedb-behaviour",
commit = "28d283807607cd589d6261a0da62ecd414ed49d5", # sync-marker: do not remove this comment, this is used for sync-dependencies by @vaticle_typedb_behaviour
commit = "03740b4e438c2f080a9fee093161ef87d70a2a13", # sync-marker: do not remove this comment, this is used for sync-dependencies by @vaticle_typedb_behaviour
)

def vaticle_factory_tracing():
Expand Down

0 comments on commit 7503571

Please sign in to comment.