Skip to content

Commit 8661527

Browse files
fix(deps): update dependency commons-io:commons-io to v2.21.0
1 parent 95e80d7 commit 8661527

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

plugins/nf-quilt/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ dependencies {
8181

8282
// Runtime-only dependencies
8383
runtimeOnly 'org.junit.platform:junit-platform-launcher:1.12.2'
84-
implementation 'commons-io:commons-io:2.19.0'
84+
implementation 'commons-io:commons-io:2.21.0'
8585

8686
// Test dependencies
8787
testImplementation "io.nextflow:nextflow:$nextflowVersion"

0 commit comments

Comments
 (0)