build.gradle in embulk-parser-jsonpath-0.2.0 vs build.gradle in embulk-parser-jsonpath-0.3.0

- old
+ new

@@ -12,23 +12,23 @@ } configurations { provided } -version = "0.2.0" +version = "0.3.0" sourceCompatibility = 1.7 targetCompatibility = 1.7 dependencies { - compile "org.embulk:embulk-core:0.8.13" - provided "org.embulk:embulk-core:0.8.13" + compile "org.embulk:embulk-core:0.9.7" + provided "org.embulk:embulk-core:0.9.7" compile 'com.jayway.jsonpath:json-path:2.2.0' testCompile "junit:junit:4.+" - testCompile "org.embulk:embulk-core:0.8.13:tests" - testCompile "org.embulk:embulk-standards:0.8.13" + testCompile "org.embulk:embulk-core:0.9.7:tests" + testCompile "org.embulk:embulk-standards:0.9.7" } findbugs { ignoreFailures = true effort = 'max'