build.gradle in embulk-input-http-0.0.18 vs build.gradle in embulk-input-http-0.0.19

- old
+ new

@@ -11,19 +11,19 @@ } configurations { provided } -version = "0.0.18" +version = "0.0.19" sourceCompatibility = 1.7 targetCompatibility = 1.7 dependencies { - compile "org.embulk:embulk-core:0.8.36" - provided "org.embulk:embulk-core:0.8.36" - compile "org.apache.httpcomponents:httpclient:4.5" - compile "commons-io:commons-io:2.5" + compile "org.embulk:embulk-core:0.9.7" + provided "org.embulk:embulk-core:0.9.7" + compile "org.apache.httpcomponents:httpclient:4.5.5" + compile "commons-io:commons-io:2.6" testCompile "junit:junit:4.+" } task classpath(type: Copy, dependsOn: ["jar"]) { doFirst { file("classpath").deleteDir() }