Skip to content

Commit

Permalink
updating google-cloud-java nio to 0.62.0 (#5194)
Browse files Browse the repository at this point in the history
* updating google-cloud-java 0.59.0 -> 0.62.0
* this includes retries on 502 errors see googleapis/google-cloud-java#3557
  • Loading branch information
lbergelson authored and droazen committed Sep 18, 2018
1 parent f81f3ed commit fadc67b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ 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
// provided by dataproc).
final googleCloudNioDependency = 'com.google.cloud:google-cloud-nio:0.59.0-alpha:shaded'
final googleCloudNioDependency = 'com.google.cloud:google-cloud-nio:0.62.0-alpha:shaded'

final baseJarName = 'gatk'
final secondaryBaseJarName = 'hellbender'
Expand Down

0 comments on commit fadc67b

Please sign in to comment.