Skip to content

Commit 17c7b09

Browse files
fix(deps): update dependency com.google.jimfs:jimfs to v1.3.1
1 parent 95e80d7 commit 17c7b09

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
@@ -104,7 +104,7 @@ dependencies {
104104
}
105105

106106
// Miscellaneous test dependencies
107-
testImplementation('com.google.jimfs:jimfs:1.3.0')
107+
testImplementation('com.google.jimfs:jimfs:1.3.1')
108108
testImplementation(testFixtures("io.nextflow:nextflow:$nextflowVersion"))
109109
testImplementation(testFixtures("io.nextflow:nf-commons:$nextflowVersion"))
110110

0 commit comments

Comments
 (0)