build.gradle in embulk-output-td-0.4.0 vs build.gradle in embulk-output-td-0.4.1

- old
+ new

@@ -17,11 +17,11 @@ configurations { provided } group = "org.embulk.output.td" -version = "0.4.0" +version = "0.4.1" compileJava.options.encoding = 'UTF-8' // source encoding sourceCompatibility = 1.7 targetCompatibility = 1.7 @@ -30,10 +30,10 @@ provided "org.embulk:embulk-core:0.8.+" compile "org.embulk:embulk-standards:0.8.+" provided "org.embulk:embulk-standards:0.8.+" compile "org.msgpack:msgpack-core:0.8.+" provided "org.msgpack:msgpack-core:0.8.+" - compile "com.treasuredata.client:td-client:0.7.38" + compile "com.treasuredata.client:td-client:0.7.41" testCompile "junit:junit:4.+" testCompile "org.bigtesting:fixd:1.0.0" testCompile "org.embulk:embulk-core:0.8.+:tests" testCompile "org.mockito:mockito-core:1.9.5"