Skip to content

Commit

Permalink
[query] fix #13937 which manifests as Google throwing an NPE
Browse files Browse the repository at this point in the history
CHANGELOG: Fix #13937 caused by faulty library code in the Google Cloud Storage API Java client library.
  • Loading branch information
Dan King committed Nov 21, 2023
1 parent 21c6a40 commit 00c82c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hail/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
}

Expand Down

0 comments on commit 00c82c3

Please sign in to comment.