From c644e20201e1963172ed580719392d162f41663d Mon Sep 17 00:00:00 2001 From: Nalini Ganapati <35076948+nalinigans@users.noreply.github.com> Date: Tue, 23 Apr 2019 10:59:51 -0700 Subject: [PATCH] Update GenomicsDB to 1.0.3 to fix issue 5449 in GenomicsDBImport (#5899) --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 31b127dd425..df6e3ca9213 100644 --- a/build.gradle +++ b/build.gradle @@ -64,7 +64,7 @@ final barclayVersion = System.getProperty('barclay.version','2.1.0') final sparkVersion = System.getProperty('spark.version', '2.2.0') final hadoopVersion = System.getProperty('hadoop.version', '2.8.2') final disqVersion = System.getProperty('disq.version','0.3.0') -final genomicsdbVersion = System.getProperty('genomicsdb.version','1.0.1') +final genomicsdbVersion = System.getProperty('genomicsdb.version','1.0.3') final testNGVersion = '6.11' // Using the shaded version to avoid conflicts between its protobuf dependency // and that of Hadoop/Spark (either the one we reference explicitly, or the one