@@ -44,10 +44,9 @@ subprojects {
4444 }
4545
4646 dependencies {
47- compileOnly " org.embulk:embulk-api:0.10.36"
48- compileOnly " org.embulk:embulk-spi:0.10.36"
47+ compileOnly " org.embulk:embulk-spi:0.11"
4948
50- implementation(" org.embulk:embulk-util-config:0.3.2 " ) {
49+ implementation(" org.embulk:embulk-util-config:0.3.4 " ) {
5150 // They conflict with embulk-core. They are once excluded here,
5251 // and added explicitly with versions exactly the same with older embulk-core (until v0.10.31).
5352 exclude group : " com.fasterxml.jackson.core" , module : " jackson-annotations"
@@ -61,16 +60,16 @@ subprojects {
6160 // and added explicitly with versions exactly the same with older embulk-core (until 0.10.31).
6261 implementation " com.fasterxml.jackson.core:jackson-annotations:2.6.7"
6362 implementation " com.fasterxml.jackson.core:jackson-core:2.6.7"
64- implementation " com.fasterxml.jackson.core:jackson-databind:2.6.7"
63+ implementation " com.fasterxml.jackson.core:jackson-databind:2.6.7.5 "
6564 implementation " com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.6.7"
6665 implementation " javax.validation:validation-api:1.1.0.Final"
6766
68- implementation " org.embulk:embulk-util-json:0.1.1 "
69- implementation " org.embulk:embulk-util-timestamp:0.2.1 "
67+ implementation " org.embulk:embulk-util-json:0.3.0 "
68+ implementation " org.embulk:embulk-util-timestamp:0.2.2 "
7069
71- testImplementation " org.embulk:embulk-junit4:0.10.36 "
72- testImplementation " org.embulk:embulk-core:0.10.36 "
73- testImplementation " org.embulk:embulk-deps:0.10.36 "
70+ testImplementation " org.embulk:embulk-junit4:0.11.1 "
71+ testImplementation " org.embulk:embulk-core:0.11.1 "
72+ testImplementation " org.embulk:embulk-deps:0.11.1 "
7473 }
7574
7675 javadoc {
0 commit comments