From 00c82c32fc5ebd1792c0e7fda2536ba312e6cd4b Mon Sep 17 00:00:00 2001 From: Dan King Date: Tue, 21 Nov 2023 13:59:05 -0500 Subject: [PATCH] [query] fix #13937 which manifests as Google throwing an NPE CHANGELOG: Fix #13937 caused by faulty library code in the Google Cloud Storage API Java client library. --- hail/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hail/build.gradle b/hail/build.gradle index 1b65904484f..eebeb531797 100644 --- a/hail/build.gradle +++ b/hail/build.gradle @@ -166,7 +166,7 @@ dependencies { throw new UnsupportedOperationException("Couldn't pick a valid elasticsearch.") } - implementation(group: 'com.google.cloud', name: 'google-cloud-storage', version: '2.27.1') { + implementation(group: 'com.google.cloud', name: 'google-cloud-storage', version: '2.29.1') { exclude group: 'com.fasterxml.jackson.core' }