Skip to content

Commit

Permalink
fixes #1860: Upgrade json-smart to avoid security issue (#1862)
Browse files Browse the repository at this point in the history
  • Loading branch information
conker84 authored Apr 22, 2021
1 parent 0c98ca7 commit c8382de
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions core/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
import org.gradle.api.internal.artifacts.DefaultExcludeRule

plugins {
id 'java'
id "com.bmuschko.nexus"
Expand Down Expand Up @@ -46,6 +44,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'

antlr "org.antlr:antlr4:4.7.2", {
Expand Down

0 comments on commit c8382de

Please sign in to comment.