Skip to content

Commit

Permalink
Upgrade to picard 3.1.1 in order to address dependabot alerts about s…
Browse files Browse the repository at this point in the history
…nappy (from htsjdk)
  • Loading branch information
alecw committed May 23, 2024
1 parent 5c46c7f commit 0581354
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dropseq/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ dependencies {
implementation("org.slf4j:slf4j-api:2.0.9")
implementation("org.yaml:snakeyaml:2.2")

implementation("com.github.broadinstitute:picard:3.1.0"){
implementation("com.github.broadinstitute:picard:3.1.1"){
attributes{
attribute(Usage.USAGE_ATTRIBUTE, objects.named(Usage.JAVA_RUNTIME))
}
Expand Down

0 comments on commit 0581354

Please sign in to comment.