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

- old
+ new

@@ -1,7 +1,7 @@ plugins { - id "com.github.kamatama41.embulk" version "0.4.0" + id "com.github.kamatama41.embulk" version "0.5.2" id "net.researchgate.release" version "2.8.0" } sourceCompatibility = 1.8 targetCompatibility = 1.8 @@ -15,22 +15,22 @@ it.resolutionStrategy.activateDependencyLocking() } } dependencies { - testImplementation "org.embulk:embulk-standards:0.9.15" - testImplementation "org.embulk:embulk-test:0.9.15" + testImplementation "org.embulk:embulk-standards:0.9.19" + testImplementation "org.embulk:embulk-test:0.9.19" testImplementation "com.github.kamatama41:embulk-test-helpers:0.7.4" testImplementation "org.junit.jupiter:junit-jupiter-api:5.3.2" testImplementation "org.junit.jupiter:junit-jupiter-engine:5.3.2" } test { useJUnitPlatform() } embulk { - version = "0.9.15" + version = "0.9.19" category = "output" name = "multi" authors = ["Shinichi ISHIMURA"] email = "shiketaudonko41@gmail.com" description = "Dump records into multiple outputs"