Skip to content

Commit fadc67b

Browse files
lbergelsondroazen
authored andcommitted
updating google-cloud-java nio to 0.62.0 (#5194)
* updating google-cloud-java 0.59.0 -> 0.62.0 * this includes retries on 502 errors see googleapis/google-cloud-java#3557
1 parent f81f3ed commit fadc67b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ final testNGVersion = '6.11'
6969
// Using the shaded version to avoid conflicts between its protobuf dependency
7070
// and that of Hadoop/Spark (either the one we reference explicitly, or the one
7171
// provided by dataproc).
72-
final googleCloudNioDependency = 'com.google.cloud:google-cloud-nio:0.59.0-alpha:shaded'
72+
final googleCloudNioDependency = 'com.google.cloud:google-cloud-nio:0.62.0-alpha:shaded'
7373

7474
final baseJarName = 'gatk'
7575
final secondaryBaseJarName = 'hellbender'

0 commit comments

Comments
 (0)