We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f81f3ed commit fadc67bCopy full SHA for fadc67b
build.gradle
@@ -69,7 +69,7 @@ final testNGVersion = '6.11'
69
// Using the shaded version to avoid conflicts between its protobuf dependency
70
// and that of Hadoop/Spark (either the one we reference explicitly, or the one
71
// provided by dataproc).
72
-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'
73
74
final baseJarName = 'gatk'
75
final secondaryBaseJarName = 'hellbender'
0 commit comments