Skip to content

Commit

Permalink
fixes neo4j-contrib#1860: Upgrade json-smart to avoid security issue
Browse files Browse the repository at this point in the history
  • Loading branch information
conker84 committed Apr 22, 2021
1 parent e9e773d commit b796cd0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ dependencies {
compileOnly group: 'com.sun.mail', name: 'javax.mail', version: '1.6.0'
testCompile group: 'com.sun.mail', name: 'javax.mail', version: '1.6.0'
compile group: 'com.jayway.jsonpath', name: 'json-path', version: '2.4.0'
compile group: 'net.minidev', name: 'json-smart', version: '2.4.2'
compile group: 'org.hdrhistogram', name: 'HdrHistogram', version: '2.1.9'
compile group: 'org.neo4j.driver', name: 'neo4j-java-driver', version: '4.0.1'
compile group: 'com.novell.ldap', name: 'jldap', version: '2009-10-07'
Expand Down

0 comments on commit b796cd0

Please sign in to comment.