From fadc67b07b8f057e107d31f6ef54adfaeede7887 Mon Sep 17 00:00:00 2001 From: Louis Bergelson Date: Tue, 18 Sep 2018 14:30:56 -0400 Subject: [PATCH] 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 https://github.com/GoogleCloudPlatform/google-cloud-java/pull/3557 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 5da68f31150..9a976638add 100644 --- a/build.gradle +++ b/build.gradle @@ -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'