build.gradle in embulk-input-mysql-0.9.3 vs build.gradle in embulk-input-mysql-0.10.0
- old
+ new
@@ -2,7 +2,7 @@
compile project(':embulk-input-jdbc')
compile 'mysql:mysql-connector-java:5.1.44'
defaultJdbcDriver 'mysql:mysql-connector-java:5.1.44'
- testCompile 'org.embulk:embulk-standards:0.8.15'
+ testCompile 'org.embulk:embulk-standards:0.9.12'
}