@@ -33,29 +33,29 @@ configurations {
3333}
3434
3535dependencies {
36- implementation ' io.nextflow:nf-lang:25.12 .0-edge'
37- implementation ' org.apache.groovy:groovy:4.0.28 '
38- implementation ' org.apache.groovy:groovy-json:4.0.28 '
39- implementation ' org.apache.groovy:groovy-yaml:4.0.28 '
36+ implementation ' io.nextflow:nf-lang:26.01 .0-edge'
37+ implementation ' org.apache.groovy:groovy:4.0.30 '
38+ implementation ' org.apache.groovy:groovy-json:4.0.30 '
39+ implementation ' org.apache.groovy:groovy-yaml:4.0.30 '
4040 implementation ' org.eclipse.lsp4j:org.eclipse.lsp4j:0.23.0'
4141 implementation ' org.eclipse.lsp4j:org.eclipse.lsp4j.jsonrpc:0.23.0'
4242
4343 // runtime dependencies for Nextflow scripts
44- runtimeOnly ' org.apache.groovy:groovy-templates:4.0.28 '
44+ runtimeOnly ' org.apache.groovy:groovy-templates:4.0.30 '
4545 runtimeOnly ' org.yaml:snakeyaml:2.2'
4646
4747 // include Nextflow runtime at build-time to extract language definitions
48- nextflowRuntime ' io.nextflow:nextflow:25.12 .0-edge'
49- nextflowRuntime ' io.nextflow:nf-amazon:3.6 .0'
48+ nextflowRuntime ' io.nextflow:nextflow:26.01 .0-edge'
49+ nextflowRuntime ' io.nextflow:nf-amazon:3.7 .0'
5050 nextflowRuntime ' io.nextflow:nf-azure:1.21.0'
51- nextflowRuntime ' io.nextflow:nf-google:1.25 .0'
52- nextflowRuntime ' io.nextflow:nf-k8s:1.4 .0'
53- nextflowRuntime ' io.nextflow:nf-tower:1.19 .0'
51+ nextflowRuntime ' io.nextflow:nf-google:1.26 .0'
52+ nextflowRuntime ' io.nextflow:nf-k8s:1.5 .0'
53+ nextflowRuntime ' io.nextflow:nf-tower:1.20 .0'
5454 nextflowRuntime ' io.nextflow:nf-wave:1.18.0'
5555
5656 testImplementation (' org.objenesis:objenesis:3.4' )
5757 testImplementation (' net.bytebuddy:byte-buddy:1.14.17' )
58- testImplementation (' org.spockframework:spock-core:2.3 -groovy-4.0' ) { exclude group : ' org.apache.groovy' }
58+ testImplementation (' org.spockframework:spock-core:2.4 -groovy-4.0' ) { exclude group : ' org.apache.groovy' }
5959 testRuntimeOnly ' org.junit.platform:junit-platform-launcher'
6060}
6161
0 commit comments