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 {
27
27
}
28
28
29
29
dependencies {
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 '
33
33
implementation ' org.eclipse.lsp4j:org.eclipse.lsp4j:0.23.0'
34
34
implementation ' org.eclipse.lsp4j:org.eclipse.lsp4j.jsonrpc:0.23.0'
35
35
36
36
// 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 '
38
38
runtimeOnly ' org.yaml:snakeyaml:2.2'
39
39
40
40
testImplementation (' org.objenesis:objenesis:3.4' )
You can’t perform that action at this time.
0 commit comments