Skip to content
This repository was archived by the owner on Aug 20, 2024. It is now read-only.

Fix vulnerability to org.json package by upgrading to v20240303 #172

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# nextflow-io/nf-validation: Changelog

# Version 1.1.4

## Vulnerability fix

- Updated the org.json package to version `20240303` ([#172](https://github.com/nextflow-io/nf-validation/pull/172))

# Version 1.1.3 - Asahikawa

## Improvements
Expand Down
3 changes: 2 additions & 1 deletion plugins/nf-validation/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,8 @@ dependencies {
compileOnly 'org.slf4j:slf4j-api:1.7.10'
compileOnly 'org.pf4j:pf4j:3.4.1'
api 'com.github.everit-org.json-schema:org.everit.json.schema:1.14.1'

implementation 'org.json:json:20240303'

// test configuration
testImplementation "io.nextflow:nextflow:$nextflowVersion"
testImplementation "org.codehaus.groovy:groovy:$groovyVersion"
Expand Down
Loading