From 55a7f31ad66f9561acb6290865417f5b4d8e9a46 Mon Sep 17 00:00:00 2001 From: Seth Shelnutt Date: Tue, 16 Mar 2021 22:56:58 -0400 Subject: [PATCH] Update to TileDB 2.2.5 --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 71678764..53d4733c 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ TILEDB_GIT_REPOSITORY=https://github.com/TileDB-Inc/TileDB -TILEDB_GIT_TAG=2.2.4 +TILEDB_GIT_TAG=2.2.5 TILEDB_VERBOSE=OFF TILEDB_S3=ON TILEDB_AZURE=OFF