Skip to content

Commit e1f94be

Browse files
fix(deps): update dependency commons-io:commons-io to v2.20.0
1 parent 74a2b9e commit e1f94be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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.20.0'
8585

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

0 commit comments

Comments
 (0)