Skip to content

Commit 27117b6

Browse files
update dependencies and VERSION to 2.3.0
1 parent 76495d7 commit 27117b6

File tree

4 files changed

+12
-6
lines changed

4 files changed

+12
-6
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.1.3
1+
2.3.0

dependencies/maven/artifacts.snapshot

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,12 @@
1616
@maven//:com_google_code_gson_gson_2_8_6
1717
@maven//:com_google_errorprone_error_prone_annotations
1818
@maven//:com_google_errorprone_error_prone_annotations_2_3_4
19+
@maven//:com_google_guava_failureaccess
20+
@maven//:com_google_guava_failureaccess_1_0_1
1921
@maven//:com_google_guava_guava
20-
@maven//:com_google_guava_guava_23_0
22+
@maven//:com_google_guava_guava_30_1_jre
23+
@maven//:com_google_guava_listenablefuture
24+
@maven//:com_google_guava_listenablefuture_9999_0_empty_to_avoid_conflict_with_guava
2125
@maven//:com_google_http_client_google_http_client
2226
@maven//:com_google_http_client_google_http_client_1_34_2
2327
@maven//:com_google_j2objc_j2objc_annotations
@@ -116,6 +120,8 @@
116120
@maven//:org_apache_httpcomponents_httpcore_4_4_13
117121
@maven//:org_apiguardian_apiguardian_api
118122
@maven//:org_apiguardian_apiguardian_api_1_1_0
123+
@maven//:org_checkerframework_checker_qual
124+
@maven//:org_checkerframework_checker_qual_3_5_0
119125
@maven//:org_codehaus_mojo_animal_sniffer_annotations
120126
@maven//:org_codehaus_mojo_animal_sniffer_annotations_1_18
121127
@maven//:org_fusesource_jansi_jansi

dependencies/vaticle/artifacts.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,5 @@ def vaticle_typedb_artifact():
2525
artifact_name = "typedb-server-linux-{version}.tar.gz",
2626
tag_source = deployment["artifact.release"],
2727
commit_source = deployment["artifact.snapshot"],
28-
commit = "f43e6f82c0006084ccdb08ba9edfbdbaca433d31",
28+
commit = "7dea3d4a6254a8965cc5f9b0d55e094098f7c38c",
2929
)

dependencies/vaticle/repositories.bzl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,19 +21,19 @@ def vaticle_dependencies():
2121
git_repository(
2222
name = "vaticle_dependencies",
2323
remote = "https://github.com/vaticle/dependencies",
24-
commit = "5f5e464effe0927a6cd61ad656ee03d521833294", # sync-marker: do not remove this comment, this is used for sync-dependencies by @vaticle_dependencies
24+
commit = "f47caef7909c52116ff29881ff6671ee3e3b692f", # sync-marker: do not remove this comment, this is used for sync-dependencies by @vaticle_dependencies
2525
)
2626

2727
def vaticle_typedb_common():
2828
git_repository(
2929
name = "vaticle_typedb_common",
3030
remote = "https://github.com/vaticle/typedb-common",
31-
tag = "2.1.1" # sync-marker: do not remove this comment, this is used for sync-dependencies by @vaticle_typedb_common
31+
tag = "2.3.0" # sync-marker: do not remove this comment, this is used for sync-dependencies by @vaticle_typedb_common
3232
)
3333

3434
def vaticle_typedb_client_java():
3535
git_repository(
3636
name = "vaticle_typedb_client_java",
3737
remote = "https://github.com/vaticle/client-java",
38-
tag = "2.1.1", # sync-marker: do not remove this comment, this is used for sync-dependencies by @vaticle_typedb_client_java
38+
tag = "2.3.0", # sync-marker: do not remove this comment, this is used for sync-dependencies by @vaticle_typedb_client_java
3939
)

0 commit comments

Comments
 (0)