From 3fd729059cff315aa37710af71ddc68847cb5d93 Mon Sep 17 00:00:00 2001 From: joshua Date: Fri, 2 Dec 2022 11:48:22 +0000 Subject: [PATCH] update VERSION and client-java to 2.14.2 --- VERSION | 2 +- dependencies/vaticle/repositories.bzl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index edcfe40d..7243b12c 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.14.0 +2.14.2 diff --git a/dependencies/vaticle/repositories.bzl b/dependencies/vaticle/repositories.bzl index 1579d5c8..faaa1e23 100644 --- a/dependencies/vaticle/repositories.bzl +++ b/dependencies/vaticle/repositories.bzl @@ -35,5 +35,5 @@ def vaticle_typedb_client_java(): git_repository( name = "vaticle_typedb_client_java", remote = "https://github.com/vaticle/typedb-client-java", - tag = "2.14.0", # sync-marker: do not remove this comment, this is used for sync-dependencies by @vaticle_typedb_client_java + tag = "2.14.2", # sync-marker: do not remove this comment, this is used for sync-dependencies by @vaticle_typedb_client_java )