From e66cbdc9c7e8ec80e0782464d0283aff3de09793 Mon Sep 17 00:00:00 2001 From: Louis Bergelson Date: Mon, 4 Mar 2019 12:52:01 -0500 Subject: [PATCH] Updating google-cloud-nio to 0.81.0 * updating google-clound-nio 0.80.0-alpha -> 0.81.0-alpha * this should finally fix #5447 by moving the stacktrace to debug verbosity --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 07da7968b33..0c591f0309a 100644 --- a/build.gradle +++ b/build.gradle @@ -70,7 +70,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.80.0-alpha:shaded' +final googleCloudNioDependency = 'com.google.cloud:google-cloud-nio:0.81.0-alpha:shaded' final baseJarName = 'gatk' final secondaryBaseJarName = 'hellbender'