File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -27,14 +27,14 @@ test {
2727}
2828
2929dependencies {
30- implementation ' io.nextflow:nf-lang:25.04.2 '
31- implementation ' org.apache.groovy:groovy:4.0.26 '
32- implementation ' org.apache.groovy:groovy-json:4.0.26 '
30+ implementation ' io.nextflow:nf-lang:25.04.4 '
31+ implementation ' org.apache.groovy:groovy:4.0.27 '
32+ implementation ' org.apache.groovy:groovy-json:4.0.27 '
3333 implementation ' org.eclipse.lsp4j:org.eclipse.lsp4j:0.23.0'
3434 implementation ' org.eclipse.lsp4j:org.eclipse.lsp4j.jsonrpc:0.23.0'
3535
3636 // runtime dependencies for Nextflow scripts
37- runtimeOnly ' org.apache.groovy:groovy-templates:4.0.26 '
37+ runtimeOnly ' org.apache.groovy:groovy-templates:4.0.27 '
3838 runtimeOnly ' org.yaml:snakeyaml:2.2'
3939
4040 testImplementation (' org.objenesis:objenesis:3.4' )
You can’t perform that action at this time.
0 commit comments