@@ -8,12 +8,12 @@ repositories {
88}
99
1010dependencies {
11- compileOnly " org.embulk:embulk-api:0.10.18 "
12- compileOnly " org.embulk:embulk-spi:0.10.18 "
11+ compileOnly " org.embulk:embulk-api:0.10.19 "
12+ compileOnly " org.embulk:embulk-spi:0.10.19 "
1313
1414 compile(" com.amazonaws:aws-java-sdk-s3:1.11.466" ) {
1515 // They conflict with embulk-core. They are once excluded here,
16- // and added explicitly with versions exactly the same with embulk-core:0.10.18 .
16+ // and added explicitly with versions exactly the same with embulk-core:0.10.19 .
1717 exclude group : " com.fasterxml.jackson.core" , module : " jackson-annotations"
1818 exclude group : " com.fasterxml.jackson.core" , module : " jackson-core"
1919 exclude group : " com.fasterxml.jackson.core" , module : " jackson-databind"
@@ -25,7 +25,7 @@ dependencies {
2525
2626 compile(" com.amazonaws:aws-java-sdk-sts:1.11.466" ) {
2727 // They conflict with embulk-core. They are once excluded here,
28- // and added explicitly with versions exactly the same with embulk-core:0.10.18 .
28+ // and added explicitly with versions exactly the same with embulk-core:0.10.19 .
2929 exclude group : " com.fasterxml.jackson.core" , module : " jackson-annotations"
3030 exclude group : " com.fasterxml.jackson.core" , module : " jackson-core"
3131 exclude group : " com.fasterxml.jackson.core" , module : " jackson-databind"
@@ -43,13 +43,13 @@ dependencies {
4343 exclude group : " org.slf4j" , module : " slf4j-api"
4444 }
4545
46- compile " org.embulk:embulk-util-retryhelper:0.8.0 "
46+ compile " org.embulk:embulk-util-retryhelper:0.8.1 "
4747
4848 compile " org.embulk:embulk-util-file:0.1.1"
4949
5050 compile(" org.embulk:embulk-util-aws-credentials:0.4.0" ) {
5151 // They conflict with embulk-core. They are once excluded here,
52- // and added explicitly with versions exactly the same with embulk-core:0.10.18 .
52+ // and added explicitly with versions exactly the same with embulk-core:0.10.19 .
5353 exclude group : " com.fasterxml.jackson.core" , module : " jackson-annotations"
5454 exclude group : " com.fasterxml.jackson.core" , module : " jackson-core"
5555 exclude group : " com.fasterxml.jackson.core" , module : " jackson-databind"
@@ -58,9 +58,9 @@ dependencies {
5858 exclude group : " joda-time" , module : " joda-time"
5959 }
6060
61- compile(" org.embulk:embulk-util-config:0.1.3 " ) {
61+ compile(" org.embulk:embulk-util-config:0.2.0 " ) {
6262 // They conflict with embulk-core. They are once excluded here,
63- // and added explicitly with versions exactly the same with embulk-core:0.10.18 .
63+ // and added explicitly with versions exactly the same with embulk-core:0.10.19 .
6464 exclude group : " com.fasterxml.jackson.core" , module : " jackson-annotations"
6565 exclude group : " com.fasterxml.jackson.core" , module : " jackson-core"
6666 exclude group : " com.fasterxml.jackson.core" , module : " jackson-databind"
@@ -69,7 +69,7 @@ dependencies {
6969 }
7070
7171 // They are once excluded from transitive dependencies of other dependencies,
72- // and added explicitly with versions exactly the same with embulk-core:0.10.18 .
72+ // and added explicitly with versions exactly the same with embulk-core:0.10.19 .
7373 compile " com.fasterxml.jackson.core:jackson-annotations:2.6.7"
7474 compile " com.fasterxml.jackson.core:jackson-core:2.6.7"
7575 compile " com.fasterxml.jackson.core:jackson-databind:2.6.7"
@@ -79,12 +79,12 @@ dependencies {
7979
8080 testCompile " junit:junit:4.13"
8181 testCompile " org.mockito:mockito-core:1.10.19"
82- testCompile " org.embulk:embulk-api:0.10.18 "
83- testCompile " org.embulk:embulk-spi:0.10.18 "
84- testCompile " org.embulk:embulk-core:0.10.18 "
85- testCompile " org.embulk:embulk-core:0.10.18 :tests"
86- testCompile " org.embulk:embulk-deps:0.10.18 "
87- testCompile " org.embulk:embulk-standards:0.10.18 "
82+ testCompile " org.embulk:embulk-api:0.10.19 "
83+ testCompile " org.embulk:embulk-spi:0.10.19 "
84+ testCompile " org.embulk:embulk-core:0.10.19 "
85+ testCompile " org.embulk:embulk-core:0.10.19 :tests"
86+ testCompile " org.embulk:embulk-deps:0.10.19 "
87+ testCompile " org.embulk:embulk-standards:0.10.19 "
8888}
8989
9090embulkPlugin {
0 commit comments