Skip to content

Commit

Permalink
update dependencies and VERSION to 2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
flyingsilverfin committed Jul 26, 2021
1 parent 76495d7 commit 27117b6
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 6 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.1.3
2.3.0
8 changes: 7 additions & 1 deletion 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 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_fusesource_jansi_jansi
Expand Down
2 changes: 1 addition & 1 deletion dependencies/vaticle/artifacts.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ def vaticle_typedb_artifact():
artifact_name = "typedb-server-linux-{version}.tar.gz",
tag_source = deployment["artifact.release"],
commit_source = deployment["artifact.snapshot"],
commit = "f43e6f82c0006084ccdb08ba9edfbdbaca433d31",
commit = "7dea3d4a6254a8965cc5f9b0d55e094098f7c38c",
)
6 changes: 3 additions & 3 deletions dependencies/vaticle/repositories.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -21,19 +21,19 @@ def vaticle_dependencies():
git_repository(
name = "vaticle_dependencies",
remote = "https://github.com/vaticle/dependencies",
commit = "5f5e464effe0927a6cd61ad656ee03d521833294", # 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_common():
git_repository(
name = "vaticle_typedb_common",
remote = "https://github.com/vaticle/typedb-common",
tag = "2.1.1" # 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_typedb_client_java():
git_repository(
name = "vaticle_typedb_client_java",
remote = "https://github.com/vaticle/client-java",
tag = "2.1.1", # sync-marker: do not remove this comment, this is used for sync-dependencies by @vaticle_typedb_client_java
tag = "2.3.0", # sync-marker: do not remove this comment, this is used for sync-dependencies by @vaticle_typedb_client_java
)

0 comments on commit 27117b6

Please sign in to comment.