diff --git a/build.gradle b/build.gradle index 63b2a94e..05057523 100644 --- a/build.gradle +++ b/build.gradle @@ -47,10 +47,9 @@ subprojects { } dependencies { - compileOnly "org.embulk:embulk-api:0.10.36" - compileOnly "org.embulk:embulk-spi:0.10.36" + compileOnly "org.embulk:embulk-spi:0.11" - implementation("org.embulk:embulk-util-config:0.3.2") { + implementation("org.embulk:embulk-util-config:0.3.4") { // They conflict with embulk-core. They are once excluded here, // and added explicitly with versions exactly the same with older embulk-core (until v0.10.31). exclude group: "com.fasterxml.jackson.core", module: "jackson-annotations" @@ -64,16 +63,16 @@ subprojects { // and added explicitly with versions exactly the same with older embulk-core (until 0.10.31). implementation "com.fasterxml.jackson.core:jackson-annotations:2.6.7" implementation "com.fasterxml.jackson.core:jackson-core:2.6.7" - implementation "com.fasterxml.jackson.core:jackson-databind:2.6.7" + implementation "com.fasterxml.jackson.core:jackson-databind:2.6.7.5" implementation "com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.6.7" implementation "javax.validation:validation-api:1.1.0.Final" - implementation "org.embulk:embulk-util-json:0.1.1" - implementation "org.embulk:embulk-util-timestamp:0.2.1" + implementation "org.embulk:embulk-util-json:0.3.0" + implementation "org.embulk:embulk-util-timestamp:0.2.2" - testImplementation "org.embulk:embulk-junit4:0.10.36" - testImplementation "org.embulk:embulk-core:0.10.36" - testImplementation "org.embulk:embulk-deps:0.10.36" + testImplementation "org.embulk:embulk-junit4:0.11.1" + testImplementation "org.embulk:embulk-core:0.11.1" + testImplementation "org.embulk:embulk-deps:0.11.1" } javadoc { diff --git a/embulk-input-jdbc/gradle.lockfile b/embulk-input-jdbc/gradle.lockfile index da09d9cc..3c239612 100644 --- a/embulk-input-jdbc/gradle.lockfile +++ b/embulk-input-jdbc/gradle.lockfile @@ -3,15 +3,14 @@ # This file is expected to be part of source control. com.fasterxml.jackson.core:jackson-annotations:2.6.7=compileClasspath,runtimeClasspath com.fasterxml.jackson.core:jackson-core:2.6.7=compileClasspath,runtimeClasspath -com.fasterxml.jackson.core:jackson-databind:2.6.7=compileClasspath,runtimeClasspath +com.fasterxml.jackson.core:jackson-databind:2.6.7.5=compileClasspath,runtimeClasspath com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.6.7=compileClasspath,runtimeClasspath javax.validation:validation-api:1.1.0.Final=compileClasspath,runtimeClasspath -org.embulk:embulk-api:0.10.36=compileClasspath -org.embulk:embulk-spi:0.10.36=compileClasspath -org.embulk:embulk-util-config:0.3.2=compileClasspath,runtimeClasspath -org.embulk:embulk-util-json:0.1.1=compileClasspath,runtimeClasspath -org.embulk:embulk-util-rubytime:0.3.2=runtimeClasspath -org.embulk:embulk-util-timestamp:0.2.1=compileClasspath,runtimeClasspath -org.msgpack:msgpack-core:0.8.11=compileClasspath -org.slf4j:slf4j-api:1.7.30=compileClasspath +org.embulk:embulk-spi:0.11=compileClasspath +org.embulk:embulk-util-config:0.3.4=compileClasspath,runtimeClasspath +org.embulk:embulk-util-json:0.3.0=compileClasspath,runtimeClasspath +org.embulk:embulk-util-rubytime:0.3.3=compileClasspath,runtimeClasspath +org.embulk:embulk-util-timestamp:0.2.2=compileClasspath,runtimeClasspath +org.msgpack:msgpack-core:0.8.24=compileClasspath +org.slf4j:slf4j-api:2.0.7=compileClasspath empty= diff --git a/embulk-input-mysql/build.gradle b/embulk-input-mysql/build.gradle index 2c3df8a1..049900bd 100644 --- a/embulk-input-mysql/build.gradle +++ b/embulk-input-mysql/build.gradle @@ -5,10 +5,10 @@ dependencies { defaultJdbcDriver 'mysql:mysql-connector-java:5.1.44' testImplementation "com.google.guava:guava:18.0" - testImplementation "org.embulk:embulk-formatter-csv:0.10.36" - testImplementation "org.embulk:embulk-input-file:0.10.36" - testImplementation "org.embulk:embulk-output-file:0.10.36" - testImplementation "org.embulk:embulk-parser-csv:0.10.36" + testImplementation "org.embulk:embulk-formatter-csv:0.11.1" + testImplementation "org.embulk:embulk-input-file:0.11.0" + testImplementation "org.embulk:embulk-output-file:0.11.0" + testImplementation "org.embulk:embulk-parser-csv:0.11.3" testImplementation "mysql:mysql-connector-java:5.1.44" } diff --git a/embulk-input-mysql/gradle.lockfile b/embulk-input-mysql/gradle.lockfile index 6e13409f..1f8038a7 100644 --- a/embulk-input-mysql/gradle.lockfile +++ b/embulk-input-mysql/gradle.lockfile @@ -3,16 +3,15 @@ # This file is expected to be part of source control. com.fasterxml.jackson.core:jackson-annotations:2.6.7=compileClasspath,runtimeClasspath com.fasterxml.jackson.core:jackson-core:2.6.7=compileClasspath,runtimeClasspath -com.fasterxml.jackson.core:jackson-databind:2.6.7=compileClasspath,runtimeClasspath +com.fasterxml.jackson.core:jackson-databind:2.6.7.5=compileClasspath,runtimeClasspath com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.6.7=compileClasspath,runtimeClasspath javax.validation:validation-api:1.1.0.Final=compileClasspath,runtimeClasspath mysql:mysql-connector-java:5.1.44=compileClasspath -org.embulk:embulk-api:0.10.36=compileClasspath -org.embulk:embulk-spi:0.10.36=compileClasspath -org.embulk:embulk-util-config:0.3.2=compileClasspath,runtimeClasspath -org.embulk:embulk-util-json:0.1.1=compileClasspath,runtimeClasspath -org.embulk:embulk-util-rubytime:0.3.2=runtimeClasspath -org.embulk:embulk-util-timestamp:0.2.1=compileClasspath,runtimeClasspath -org.msgpack:msgpack-core:0.8.11=compileClasspath -org.slf4j:slf4j-api:1.7.30=compileClasspath +org.embulk:embulk-spi:0.11=compileClasspath +org.embulk:embulk-util-config:0.3.4=compileClasspath,runtimeClasspath +org.embulk:embulk-util-json:0.3.0=compileClasspath,runtimeClasspath +org.embulk:embulk-util-rubytime:0.3.3=compileClasspath,runtimeClasspath +org.embulk:embulk-util-timestamp:0.2.2=compileClasspath,runtimeClasspath +org.msgpack:msgpack-core:0.8.24=compileClasspath +org.slf4j:slf4j-api:2.0.7=compileClasspath empty= diff --git a/embulk-input-postgresql/build.gradle b/embulk-input-postgresql/build.gradle index 42c45287..b07a19b5 100644 --- a/embulk-input-postgresql/build.gradle +++ b/embulk-input-postgresql/build.gradle @@ -5,10 +5,10 @@ dependencies { defaultJdbcDriver 'org.postgresql:postgresql:9.4-1205-jdbc41' testImplementation "com.google.guava:guava:18.0" - testImplementation "org.embulk:embulk-formatter-csv:0.10.36" - testImplementation "org.embulk:embulk-input-file:0.10.36" - testImplementation "org.embulk:embulk-output-file:0.10.36" - testImplementation "org.embulk:embulk-parser-csv:0.10.36" + testImplementation "org.embulk:embulk-formatter-csv:0.11.1" + testImplementation "org.embulk:embulk-input-file:0.11.0" + testImplementation "org.embulk:embulk-output-file:0.11.0" + testImplementation "org.embulk:embulk-parser-csv:0.11.3" testImplementation "org.postgresql:postgresql:9.4-1205-jdbc41" } diff --git a/embulk-input-postgresql/gradle.lockfile b/embulk-input-postgresql/gradle.lockfile index e892354e..4674cb9e 100644 --- a/embulk-input-postgresql/gradle.lockfile +++ b/embulk-input-postgresql/gradle.lockfile @@ -3,16 +3,15 @@ # This file is expected to be part of source control. com.fasterxml.jackson.core:jackson-annotations:2.6.7=compileClasspath,runtimeClasspath com.fasterxml.jackson.core:jackson-core:2.6.7=compileClasspath,runtimeClasspath -com.fasterxml.jackson.core:jackson-databind:2.6.7=compileClasspath,runtimeClasspath +com.fasterxml.jackson.core:jackson-databind:2.6.7.5=compileClasspath,runtimeClasspath com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.6.7=compileClasspath,runtimeClasspath javax.validation:validation-api:1.1.0.Final=compileClasspath,runtimeClasspath -org.embulk:embulk-api:0.10.36=compileClasspath -org.embulk:embulk-spi:0.10.36=compileClasspath -org.embulk:embulk-util-config:0.3.2=compileClasspath,runtimeClasspath -org.embulk:embulk-util-json:0.1.1=compileClasspath,runtimeClasspath -org.embulk:embulk-util-rubytime:0.3.2=runtimeClasspath -org.embulk:embulk-util-timestamp:0.2.1=compileClasspath,runtimeClasspath -org.msgpack:msgpack-core:0.8.11=compileClasspath +org.embulk:embulk-spi:0.11=compileClasspath +org.embulk:embulk-util-config:0.3.4=compileClasspath,runtimeClasspath +org.embulk:embulk-util-json:0.3.0=compileClasspath,runtimeClasspath +org.embulk:embulk-util-rubytime:0.3.3=compileClasspath,runtimeClasspath +org.embulk:embulk-util-timestamp:0.2.2=compileClasspath,runtimeClasspath +org.msgpack:msgpack-core:0.8.24=compileClasspath org.postgresql:postgresql:9.4-1205-jdbc41=compileClasspath -org.slf4j:slf4j-api:1.7.30=compileClasspath +org.slf4j:slf4j-api:2.0.7=compileClasspath empty= diff --git a/embulk-input-redshift/build.gradle b/embulk-input-redshift/build.gradle index da134df2..864a1ae0 100644 --- a/embulk-input-redshift/build.gradle +++ b/embulk-input-redshift/build.gradle @@ -6,10 +6,10 @@ dependencies { testImplementation project(":embulk-input-jdbc").sourceSets.test.output testImplementation "com.google.guava:guava:18.0" - testImplementation "org.embulk:embulk-formatter-csv:0.10.36" - testImplementation "org.embulk:embulk-input-file:0.10.36" - testImplementation "org.embulk:embulk-output-file:0.10.36" - testImplementation "org.embulk:embulk-parser-csv:0.10.36" + testImplementation "org.embulk:embulk-formatter-csv:0.11.1" + testImplementation "org.embulk:embulk-input-file:0.11.0" + testImplementation "org.embulk:embulk-output-file:0.11.0" + testImplementation "org.embulk:embulk-parser-csv:0.11.3" } embulkPlugin { diff --git a/embulk-input-redshift/gradle.lockfile b/embulk-input-redshift/gradle.lockfile index fb4ee897..46672018 100644 --- a/embulk-input-redshift/gradle.lockfile +++ b/embulk-input-redshift/gradle.lockfile @@ -3,16 +3,15 @@ # This file is expected to be part of source control. com.fasterxml.jackson.core:jackson-annotations:2.6.7=compileClasspath,runtimeClasspath com.fasterxml.jackson.core:jackson-core:2.6.7=compileClasspath,runtimeClasspath -com.fasterxml.jackson.core:jackson-databind:2.6.7=compileClasspath,runtimeClasspath +com.fasterxml.jackson.core:jackson-databind:2.6.7.5=compileClasspath,runtimeClasspath com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.6.7=compileClasspath,runtimeClasspath javax.validation:validation-api:1.1.0.Final=compileClasspath,runtimeClasspath -org.embulk:embulk-api:0.10.36=compileClasspath -org.embulk:embulk-spi:0.10.36=compileClasspath -org.embulk:embulk-util-config:0.3.2=compileClasspath,runtimeClasspath -org.embulk:embulk-util-json:0.1.1=compileClasspath,runtimeClasspath -org.embulk:embulk-util-rubytime:0.3.2=runtimeClasspath -org.embulk:embulk-util-timestamp:0.2.1=compileClasspath,runtimeClasspath -org.msgpack:msgpack-core:0.8.11=compileClasspath +org.embulk:embulk-spi:0.11=compileClasspath +org.embulk:embulk-util-config:0.3.4=compileClasspath,runtimeClasspath +org.embulk:embulk-util-json:0.3.0=compileClasspath,runtimeClasspath +org.embulk:embulk-util-rubytime:0.3.3=compileClasspath,runtimeClasspath +org.embulk:embulk-util-timestamp:0.2.2=compileClasspath,runtimeClasspath +org.msgpack:msgpack-core:0.8.24=compileClasspath org.postgresql:postgresql:9.4-1205-jdbc41=compileClasspath,runtimeClasspath -org.slf4j:slf4j-api:1.7.30=compileClasspath +org.slf4j:slf4j-api:2.0.7=compileClasspath empty= diff --git a/embulk-input-sqlserver/build.gradle b/embulk-input-sqlserver/build.gradle index f4e989b3..6f994546 100644 --- a/embulk-input-sqlserver/build.gradle +++ b/embulk-input-sqlserver/build.gradle @@ -9,10 +9,10 @@ dependencies { implementation "org.apache.commons:commons-lang3:3.4" testImplementation "com.google.guava:guava:18.0" - testImplementation "org.embulk:embulk-formatter-csv:0.10.36" - testImplementation "org.embulk:embulk-input-file:0.10.36" - testImplementation "org.embulk:embulk-output-file:0.10.36" - testImplementation "org.embulk:embulk-parser-csv:0.10.36" + testImplementation "org.embulk:embulk-formatter-csv:0.11.1" + testImplementation "org.embulk:embulk-input-file:0.11.0" + testImplementation "org.embulk:embulk-output-file:0.11.0" + testImplementation "org.embulk:embulk-parser-csv:0.11.3" } embulkPlugin { diff --git a/embulk-input-sqlserver/gradle.lockfile b/embulk-input-sqlserver/gradle.lockfile index 7b9d0ad4..868df87e 100644 --- a/embulk-input-sqlserver/gradle.lockfile +++ b/embulk-input-sqlserver/gradle.lockfile @@ -3,7 +3,7 @@ # This file is expected to be part of source control. com.fasterxml.jackson.core:jackson-annotations:2.6.7=compileClasspath,runtimeClasspath com.fasterxml.jackson.core:jackson-core:2.6.7=compileClasspath,runtimeClasspath -com.fasterxml.jackson.core:jackson-databind:2.6.7=compileClasspath,runtimeClasspath +com.fasterxml.jackson.core:jackson-databind:2.6.7.5=compileClasspath,runtimeClasspath com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.6.7=compileClasspath,runtimeClasspath com.github.stephenc.jcip:jcip-annotations:1.0-1=compileClasspath,runtimeClasspath com.google.code.gson:gson:2.8.0=compileClasspath,runtimeClasspath @@ -19,13 +19,12 @@ net.minidev:accessors-smart:2.4.2=compileClasspath,runtimeClasspath net.minidev:json-smart:2.4.2=compileClasspath,runtimeClasspath net.sourceforge.jtds:jtds:1.3.1=compileClasspath,runtimeClasspath org.apache.commons:commons-lang3:3.4=compileClasspath,runtimeClasspath -org.embulk:embulk-api:0.10.36=compileClasspath -org.embulk:embulk-spi:0.10.36=compileClasspath -org.embulk:embulk-util-config:0.3.2=compileClasspath,runtimeClasspath -org.embulk:embulk-util-json:0.1.1=compileClasspath,runtimeClasspath -org.embulk:embulk-util-rubytime:0.3.2=runtimeClasspath -org.embulk:embulk-util-timestamp:0.2.1=compileClasspath,runtimeClasspath -org.msgpack:msgpack-core:0.8.11=compileClasspath +org.embulk:embulk-spi:0.11=compileClasspath +org.embulk:embulk-util-config:0.3.4=compileClasspath,runtimeClasspath +org.embulk:embulk-util-json:0.3.0=compileClasspath,runtimeClasspath +org.embulk:embulk-util-rubytime:0.3.3=compileClasspath,runtimeClasspath +org.embulk:embulk-util-timestamp:0.2.2=compileClasspath,runtimeClasspath +org.msgpack:msgpack-core:0.8.24=compileClasspath org.ow2.asm:asm:8.0.1=compileClasspath,runtimeClasspath -org.slf4j:slf4j-api:1.7.30=compileClasspath +org.slf4j:slf4j-api:2.0.7=compileClasspath empty=