Browse Source

#687 update json-smart to fix CVE-2021-27568 (#688)

pull/614/merge
mmm83 3 years ago committed by GitHub
parent
commit
19870381c8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      build.gradle

2
build.gradle

@ -16,7 +16,7 @@ ext {
jacksonDatabind: 'com.fasterxml.jackson.core:jackson-databind:2.11.3',
jettison: 'org.codehaus.jettison:jettison:1.4.1',
jsonOrg: 'org.json:json:20140107',
jsonSmart: 'net.minidev:json-smart:2.3',
jsonSmart: 'net.minidev:json-smart:2.4.2',
slf4jApi: 'org.slf4j:slf4j-api:1.7.30',
tapestryJson: 'org.apache.tapestry:tapestry-json:5.6.1',

Loading…
Cancel
Save