Skip to content

Commit

Permalink
Fix security deps in nf-azure plugin
Browse files Browse the repository at this point in the history
Signed-off-by: Paolo Di Tommaso <[email protected]>
  • Loading branch information
pditommaso committed Aug 17, 2023
1 parent 9f1b689 commit c30d521
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plugins/nf-azure/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ dependencies {

constraints {
api 'net.minidev:json-smart:2.4.9'
api 'com.google.code.gson:gson:2.8.9'
}

testImplementation(testFixtures(project(":nextflow")))
Expand Down

0 comments on commit c30d521

Please sign in to comment.