build.gradle in embulk-output-td-0.3.2 vs build.gradle in embulk-output-td-0.3.3
- old
+ new
@@ -14,11 +14,11 @@
}
configurations {
provided
}
-version = "0.3.2"
+version = "0.3.3"
compileJava.options.encoding = 'UTF-8' // source encoding
sourceCompatibility = 1.7
targetCompatibility = 1.7
@@ -27,10 +27,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.8"
+ compile "com.treasuredata.client:td-client:0.7.19"
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"