From c97faf600a0211bf78259a0bd680b89868e21b4d Mon Sep 17 00:00:00 2001 From: Nalini Ganapati <35076948+nalinigans@users.noreply.github.com> Date: Tue, 5 Mar 2024 06:40:31 -0800 Subject: [PATCH] Move to GenomicsDB 1.5.2 which supports M1 macs (#8710) * Support for MacOS universal builds (intel AND M1) * Catch JNI importer exceptions and propagate them as java IOExceptions * Turn off HDFS support by default Co-authored-by: Nalini Ganapati --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 880961ce46d..d894796321a 100644 --- a/build.gradle +++ b/build.gradle @@ -63,7 +63,7 @@ final barclayVersion = System.getProperty('barclay.version','5.0.0') final sparkVersion = System.getProperty('spark.version', '3.5.0') final hadoopVersion = System.getProperty('hadoop.version', '3.3.6') final disqVersion = System.getProperty('disq.version','0.3.8') -final genomicsdbVersion = System.getProperty('genomicsdb.version','1.5.1') +final genomicsdbVersion = System.getProperty('genomicsdb.version','1.5.2') final bigQueryVersion = System.getProperty('bigQuery.version', '2.35.0') final bigQueryStorageVersion = System.getProperty('bigQueryStorage.version', '2.47.0') final guavaVersion = System.getProperty('guava.version', '32.1.3-jre')