diff --git a/build.gradle b/build.gradle index ca4658fd0de..88356fc31ea 100644 --- a/build.gradle +++ b/build.gradle @@ -61,7 +61,7 @@ repositories { } final htsjdkVersion = System.getProperty('htsjdk.version','3.0.0') -final picardVersion = System.getProperty('picard.version','2.27.1') +final picardVersion = System.getProperty('picard.version','2.27.3') final barclayVersion = System.getProperty('barclay.version','4.0.2') final sparkVersion = System.getProperty('spark.version', '2.4.5') final scalaVersion = System.getProperty('scala.version', '2.11')