diff --git a/build.gradle b/build.gradle index b47ca9c84..5edbc4a1b 100644 --- a/build.gradle +++ b/build.gradle @@ -50,7 +50,7 @@ ext { gsonVersion = '2.10.1' // [2.0,) - jsonPathVersion = '2.8.0' // compileOnly + jsonPathVersion = '2.9.0' // compileOnly cronUtilsVersion = '9.2.1' // for test server only @@ -77,4 +77,4 @@ apply from: "$rootDir/gradle/dependencyManagement.gradle" apply from: "$rootDir/gradle/gatherDependencies.gradle" if (project.hasProperty("jacoco")) { apply from: "$rootDir/gradle/jacoco.gradle" -} \ No newline at end of file +}