File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# nextflow-io/nf-schema: Changelog
22
3+ # Version 2.0.1 - Tsukemen
4+
5+ ## Vulnerability fix
6+
7+ 1 . Updated the org.json package to version ` 20240303 ` .
8+
39# Version 2.0.0 - Kagoshima
410
511To migrate from nf-validation please follow the [ migration guide] ( https://nextflow-io.github.io/nf-schema/latest/migration_guide/ )
Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ dependencies {
5454 compileOnly " io.nextflow:nextflow:$nextflowVersion "
5555 compileOnly ' org.slf4j:slf4j-api:1.7.10'
5656 compileOnly ' org.pf4j:pf4j:3.4.1'
57- implementation ' org.json:json:20230227 '
57+ implementation ' org.json:json:20240303 '
5858 implementation ' dev.harrel:json-schema:1.5.0'
5959
6060 // test configuration
Original file line number Diff line number Diff line change 11Manifest-Version : 1.0
22Plugin-Id : nf-schema
3- Plugin-Version : 2.0.0
3+ Plugin-Version : 2.0.1
44Plugin-Class : nextflow.validation.ValidationPlugin
55Plugin-Provider : nextflow
66Plugin-Requires : >=22.10.0
You can’t perform that action at this time.
0 commit comments