We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9073eb4 + 713ce44 commit 43b2234Copy full SHA for 43b2234
build.gradle
@@ -11,11 +11,10 @@ plugins {
11
12
repositories {
13
mavenCentral()
14
- jcenter()
15
}
16
17
group = "io.github.yuokada"
18
-version = "0.5.1"
+version = "0.6.0"
19
description = "Embulk plugin for generate dummy records by Java."
20
21
sourceCompatibility = 1.8
@@ -26,7 +25,7 @@ tasks.withType(JavaCompile) {
26
25
27
28
dependencies {
29
- compileOnly("org.embulk:embulk-core:0.9.23") {
+ compileOnly("org.embulk:embulk-core:0.10.36") {
30
exclude group: 'com.fasterxml.jackson.core', module: 'jackson-databind'
31
exclude group: 'com.fasterxml.jackson.core', module: 'jackson-core'
32
exclude group: 'com.fasterxml.jackson.core', module: 'jackson-annotations'
0 commit comments