Skip to content

Commit

Permalink
Bumps json path to 2.7.0 (neo4j-contrib#2881) (neo4j-contrib#2982)
Browse files Browse the repository at this point in the history
  • Loading branch information
ncordon authored and gem-neo4j committed Jul 12, 2022
1 parent 0e4eb4d commit ecd7a1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ dependencies {

apt group: 'org.neo4j', name: 'neo4j', version: neo4jVersionEffective
implementation group: 'commons-codec', name: 'commons-codec', version: '1.14'
implementation group: 'com.jayway.jsonpath', name: 'json-path', version: '2.4.0'
implementation group: 'com.jayway.jsonpath', name: 'json-path', version: '2.7.0'
implementation group: 'net.minidev', name: 'json-smart', version: '2.4.8'
implementation group: 'org.hdrhistogram', name: 'HdrHistogram', version: '2.1.9'

Expand Down

0 comments on commit ecd7a1a

Please sign in to comment.