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' }