Skip to content

Commit c30d521

Browse files
committed
Fix security deps in nf-azure plugin
Signed-off-by: Paolo Di Tommaso <[email protected]>
1 parent 9f1b689 commit c30d521

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

plugins/nf-azure/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ dependencies {
5252

5353
constraints {
5454
api 'net.minidev:json-smart:2.4.9'
55+
api 'com.google.code.gson:gson:2.8.9'
5556
}
5657

5758
testImplementation(testFixtures(project(":nextflow")))

0 commit comments

Comments
 (0)