Skip to content

Commit

Permalink
Updating google-cloud-nio to 0.81.0 (#5752)
Browse files Browse the repository at this point in the history
* updating google-cloud-nio 0.80.0-alpha -> 0.81.0-alpha
* this finally fixes #5447 by moving the stacktrace to debug verbosity
  • Loading branch information
lbergelson authored Mar 4, 2019
1 parent 68809f0 commit df3aad2
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 @@ -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'
Expand Down

0 comments on commit df3aad2

Please sign in to comment.