diff options
Diffstat (limited to 'tests/build.gradle')
-rw-r--r-- | tests/build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/build.gradle b/tests/build.gradle index 1d9605e8593..9fa0ac5763f 100644 --- a/tests/build.gradle +++ b/tests/build.gradle @@ -62,7 +62,7 @@ dependencies { testCompile 'org.eclipse.jetty:jetty-servlet' testCompile "org.jboss.byteman:byteman-submit:${bytemanVersion}" testCompile 'org.postgresql:postgresql' - testCompile 'org.skyscreamer:jsonassert:1.2.0' + testCompile 'org.skyscreamer:jsonassert:1.5.0' testCompile 'org.sonarsource.orchestrator:sonar-orchestrator' testCompile 'org.subethamail:subethasmtp' testCompile project(':server:sonar-qa-util') |