Skip to content

Commit

Permalink
Merge pull request #42 from embulk/upgrade-slf4j-api-2.0.7-embulk-uti…
Browse files Browse the repository at this point in the history
…l-csv-0.2.3

Upgrade slf4j-api to 2.0.7, and embulk-util-csv to 0.2.3
  • Loading branch information
dmikurube committed Apr 27, 2023
2 parents 95a785f + 522e6af commit 543d5d1
Show file tree
Hide file tree
Showing 30 changed files with 35 additions and 35 deletions.
2 changes: 1 addition & 1 deletion embulk-decoder-bzip2/gradle.lockfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ org.embulk:embulk-spi:0.10.44=compileClasspath
org.embulk:embulk-util-config:0.3.3=compileClasspath,runtimeClasspath
org.embulk:embulk-util-file:0.1.4=compileClasspath,runtimeClasspath
org.msgpack:msgpack-core:0.8.24=compileClasspath
org.slf4j:slf4j-api:2.0.6=compileClasspath
org.slf4j:slf4j-api:2.0.7=compileClasspath
empty=
2 changes: 1 addition & 1 deletion embulk-decoder-gzip/gradle.lockfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ org.embulk:embulk-spi:0.10.44=compileClasspath
org.embulk:embulk-util-config:0.3.3=compileClasspath,runtimeClasspath
org.embulk:embulk-util-file:0.1.4=compileClasspath,runtimeClasspath
org.msgpack:msgpack-core:0.8.24=compileClasspath
org.slf4j:slf4j-api:2.0.6=compileClasspath
org.slf4j:slf4j-api:2.0.7=compileClasspath
empty=
2 changes: 1 addition & 1 deletion embulk-encoder-bzip2/gradle.lockfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ org.embulk:embulk-spi:0.10.44=compileClasspath
org.embulk:embulk-util-config:0.3.3=compileClasspath,runtimeClasspath
org.embulk:embulk-util-file:0.1.4=compileClasspath,runtimeClasspath
org.msgpack:msgpack-core:0.8.24=compileClasspath
org.slf4j:slf4j-api:2.0.6=compileClasspath
org.slf4j:slf4j-api:2.0.7=compileClasspath
empty=
2 changes: 1 addition & 1 deletion embulk-encoder-gzip/gradle.lockfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ org.embulk:embulk-spi:0.10.44=compileClasspath
org.embulk:embulk-util-config:0.3.3=compileClasspath,runtimeClasspath
org.embulk:embulk-util-file:0.1.4=compileClasspath,runtimeClasspath
org.msgpack:msgpack-core:0.8.24=compileClasspath
org.slf4j:slf4j-api:2.0.6=compileClasspath
org.slf4j:slf4j-api:2.0.7=compileClasspath
empty=
2 changes: 1 addition & 1 deletion embulk-filter-remove_columns/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ java {

dependencies {
compileOnly "org.embulk:embulk-spi:0.10.44"
compileOnly "org.slf4j:slf4j-api:2.0.6"
compileOnly "org.slf4j:slf4j-api:2.0.7"

implementation "org.embulk:embulk-util-config:0.3.3"

Expand Down
2 changes: 1 addition & 1 deletion embulk-filter-remove_columns/gradle.lockfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ javax.validation:validation-api:1.1.0.Final=compileClasspath,runtimeClasspath
org.embulk:embulk-spi:0.10.44=compileClasspath
org.embulk:embulk-util-config:0.3.3=compileClasspath,runtimeClasspath
org.msgpack:msgpack-core:0.8.24=compileClasspath
org.slf4j:slf4j-api:2.0.6=compileClasspath
org.slf4j:slf4j-api:2.0.7=compileClasspath
empty=
2 changes: 1 addition & 1 deletion embulk-filter-rename/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ java {

dependencies {
compileOnly "org.embulk:embulk-spi:0.10.44"
compileOnly "org.slf4j:slf4j-api:2.0.6"
compileOnly "org.slf4j:slf4j-api:2.0.7"

implementation "org.embulk:embulk-util-config:0.3.3"

Expand Down
2 changes: 1 addition & 1 deletion embulk-filter-rename/gradle.lockfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ javax.validation:validation-api:1.1.0.Final=compileClasspath,runtimeClasspath
org.embulk:embulk-spi:0.10.44=compileClasspath
org.embulk:embulk-util-config:0.3.3=compileClasspath,runtimeClasspath
org.msgpack:msgpack-core:0.8.24=compileClasspath
org.slf4j:slf4j-api:2.0.6=compileClasspath
org.slf4j:slf4j-api:2.0.7=compileClasspath
empty=
2 changes: 1 addition & 1 deletion embulk-formatter-csv/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ java {

dependencies {
compileOnly "org.embulk:embulk-spi:0.10.44"
compileOnly "org.slf4j:slf4j-api:2.0.6"
compileOnly "org.slf4j:slf4j-api:2.0.7"
compileOnly "org.msgpack:msgpack-core:0.8.24"

implementation "com.fasterxml.jackson.core:jackson-annotations:2.6.7"
Expand Down
2 changes: 1 addition & 1 deletion embulk-formatter-csv/gradle.lockfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ org.embulk:embulk-util-rubytime:0.3.3=compileClasspath,runtimeClasspath
org.embulk:embulk-util-text:0.1.2=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.6=compileClasspath
org.slf4j:slf4j-api:2.0.7=compileClasspath
empty=
2 changes: 1 addition & 1 deletion embulk-guess-bzip2/gradle.lockfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ javax.validation:validation-api:1.1.0.Final=compileClasspath,runtimeClasspath
org.embulk:embulk-spi:0.10.44=compileClasspath
org.embulk:embulk-util-config:0.3.3=compileClasspath,runtimeClasspath
org.msgpack:msgpack-core:0.8.24=compileClasspath
org.slf4j:slf4j-api:2.0.6=compileClasspath
org.slf4j:slf4j-api:2.0.7=compileClasspath
empty=
4 changes: 2 additions & 2 deletions embulk-guess-csv/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,11 @@ java {

dependencies {
compileOnly "org.embulk:embulk-spi:0.10.44"
compileOnly "org.slf4j:slf4j-api:2.0.6"
compileOnly "org.slf4j:slf4j-api:2.0.7"

implementation project(":embulk-parser-csv")
implementation "org.embulk:embulk-util-config:0.3.3"
implementation "org.embulk:embulk-util-csv:0.2.2"
implementation "org.embulk:embulk-util-csv:0.2.3"
implementation "org.embulk:embulk-util-guess:0.3.1"

testImplementation "junit:junit:4.13.2"
Expand Down
4 changes: 2 additions & 2 deletions embulk-guess-csv/gradle.lockfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.6.7=compileClasspath,runt
javax.validation:validation-api:1.1.0.Final=compileClasspath,runtimeClasspath
org.embulk:embulk-spi:0.10.44=compileClasspath
org.embulk:embulk-util-config:0.3.3=compileClasspath,runtimeClasspath
org.embulk:embulk-util-csv:0.2.2=compileClasspath,runtimeClasspath
org.embulk:embulk-util-csv:0.2.3=compileClasspath,runtimeClasspath
org.embulk:embulk-util-file:0.1.4=compileClasspath,runtimeClasspath
org.embulk:embulk-util-guess:0.3.1=compileClasspath,runtimeClasspath
org.embulk:embulk-util-json:0.2.1=runtimeClasspath
org.embulk:embulk-util-rubytime:0.3.3=runtimeClasspath
org.embulk:embulk-util-text:0.1.2=compileClasspath,runtimeClasspath
org.embulk:embulk-util-timestamp:0.2.2=runtimeClasspath
org.msgpack:msgpack-core:0.8.24=compileClasspath
org.slf4j:slf4j-api:2.0.6=compileClasspath
org.slf4j:slf4j-api:2.0.7=compileClasspath
empty=
2 changes: 1 addition & 1 deletion embulk-guess-csv_all_strings/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ java {

dependencies {
compileOnly "org.embulk:embulk-spi:0.10.44"
compileOnly "org.slf4j:slf4j-api:2.0.6"
compileOnly "org.slf4j:slf4j-api:2.0.7"

implementation project(":embulk-guess-csv")
implementation "org.embulk:embulk-util-config:0.3.3"
Expand Down
4 changes: 2 additions & 2 deletions embulk-guess-csv_all_strings/gradle.lockfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.6.7=compileClasspath,runt
javax.validation:validation-api:1.1.0.Final=compileClasspath,runtimeClasspath
org.embulk:embulk-spi:0.10.44=compileClasspath
org.embulk:embulk-util-config:0.3.3=compileClasspath,runtimeClasspath
org.embulk:embulk-util-csv:0.2.2=runtimeClasspath
org.embulk:embulk-util-csv:0.2.3=runtimeClasspath
org.embulk:embulk-util-file:0.1.4=compileClasspath,runtimeClasspath
org.embulk:embulk-util-guess:0.3.1=compileClasspath,runtimeClasspath
org.embulk:embulk-util-json:0.2.1=runtimeClasspath
org.embulk:embulk-util-rubytime:0.3.3=runtimeClasspath
org.embulk:embulk-util-text:0.1.2=compileClasspath,runtimeClasspath
org.embulk:embulk-util-timestamp:0.2.2=runtimeClasspath
org.msgpack:msgpack-core:0.8.24=compileClasspath
org.slf4j:slf4j-api:2.0.6=compileClasspath
org.slf4j:slf4j-api:2.0.7=compileClasspath
empty=
2 changes: 1 addition & 1 deletion embulk-guess-gzip/gradle.lockfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ javax.validation:validation-api:1.1.0.Final=compileClasspath,runtimeClasspath
org.embulk:embulk-spi:0.10.44=compileClasspath
org.embulk:embulk-util-config:0.3.3=compileClasspath,runtimeClasspath
org.msgpack:msgpack-core:0.8.24=compileClasspath
org.slf4j:slf4j-api:2.0.6=compileClasspath
org.slf4j:slf4j-api:2.0.7=compileClasspath
empty=
2 changes: 1 addition & 1 deletion embulk-guess-json/gradle.lockfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ org.embulk:embulk-util-config:0.3.3=compileClasspath,runtimeClasspath
org.embulk:embulk-util-file:0.1.4=compileClasspath,runtimeClasspath
org.embulk:embulk-util-json:0.2.1=compileClasspath,runtimeClasspath
org.msgpack:msgpack-core:0.8.24=compileClasspath
org.slf4j:slf4j-api:2.0.6=compileClasspath
org.slf4j:slf4j-api:2.0.7=compileClasspath
empty=
2 changes: 1 addition & 1 deletion embulk-input-config/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ java {

dependencies {
compileOnly "org.embulk:embulk-spi:0.10.44"
compileOnly "org.slf4j:slf4j-api:2.0.6"
compileOnly "org.slf4j:slf4j-api:2.0.7"

implementation "com.fasterxml.jackson.core:jackson-annotations:2.6.7"
implementation "com.fasterxml.jackson.core:jackson-core:2.6.7"
Expand Down
2 changes: 1 addition & 1 deletion embulk-input-config/gradle.lockfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ org.embulk:embulk-util-json:0.2.1=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.6=compileClasspath
org.slf4j:slf4j-api:2.0.7=compileClasspath
empty=
2 changes: 1 addition & 1 deletion embulk-input-file/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ java {

dependencies {
compileOnly "org.embulk:embulk-spi:0.10.44"
compileOnly "org.slf4j:slf4j-api:2.0.6"
compileOnly "org.slf4j:slf4j-api:2.0.7"

implementation "org.embulk:embulk-util-config:0.3.3"
implementation "org.embulk:embulk-util-file:0.1.4"
Expand Down
2 changes: 1 addition & 1 deletion embulk-input-file/gradle.lockfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ org.embulk:embulk-spi:0.10.44=compileClasspath
org.embulk:embulk-util-config:0.3.3=compileClasspath,runtimeClasspath
org.embulk:embulk-util-file:0.1.4=compileClasspath,runtimeClasspath
org.msgpack:msgpack-core:0.8.24=compileClasspath
org.slf4j:slf4j-api:2.0.6=compileClasspath
org.slf4j:slf4j-api:2.0.7=compileClasspath
empty=
2 changes: 1 addition & 1 deletion embulk-output-file/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ java {

dependencies {
compileOnly "org.embulk:embulk-spi:0.10.44"
compileOnly "org.slf4j:slf4j-api:2.0.6"
compileOnly "org.slf4j:slf4j-api:2.0.7"

implementation "org.embulk:embulk-util-config:0.3.3"
}
Expand Down
2 changes: 1 addition & 1 deletion embulk-output-file/gradle.lockfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ javax.validation:validation-api:1.1.0.Final=compileClasspath,runtimeClasspath
org.embulk:embulk-spi:0.10.44=compileClasspath
org.embulk:embulk-util-config:0.3.3=compileClasspath,runtimeClasspath
org.msgpack:msgpack-core:0.8.24=compileClasspath
org.slf4j:slf4j-api:2.0.6=compileClasspath
org.slf4j:slf4j-api:2.0.7=compileClasspath
empty=
2 changes: 1 addition & 1 deletion embulk-output-null/gradle.lockfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ javax.validation:validation-api:1.1.0.Final=compileClasspath,runtimeClasspath
org.embulk:embulk-spi:0.10.44=compileClasspath
org.embulk:embulk-util-config:0.3.3=compileClasspath,runtimeClasspath
org.msgpack:msgpack-core:0.8.24=compileClasspath
org.slf4j:slf4j-api:2.0.6=compileClasspath
org.slf4j:slf4j-api:2.0.7=compileClasspath
empty=
2 changes: 1 addition & 1 deletion embulk-output-stdout/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ java {

dependencies {
compileOnly "org.embulk:embulk-spi:0.10.44"
compileOnly "org.slf4j:slf4j-api:2.0.6"
compileOnly "org.slf4j:slf4j-api:2.0.7"

implementation "org.embulk:embulk-util-config:0.3.3"
implementation "org.embulk:embulk-util-timestamp:0.2.2"
Expand Down
2 changes: 1 addition & 1 deletion embulk-output-stdout/gradle.lockfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ org.embulk:embulk-util-config:0.3.3=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.6=compileClasspath
org.slf4j:slf4j-api:2.0.7=compileClasspath
empty=
4 changes: 2 additions & 2 deletions embulk-parser-csv/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,12 @@ java {

dependencies {
compileOnly "org.embulk:embulk-spi:0.10.44"
compileOnly "org.slf4j:slf4j-api:2.0.6"
compileOnly "org.slf4j:slf4j-api:2.0.7"

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.5"
implementation "org.embulk:embulk-util-csv:0.2.2"
implementation "org.embulk:embulk-util-csv:0.2.3"
implementation "org.embulk:embulk-util-config:0.3.3"
implementation "org.embulk:embulk-util-file:0.1.4"
implementation "org.embulk:embulk-util-json:0.2.1"
Expand Down
4 changes: 2 additions & 2 deletions embulk-parser-csv/gradle.lockfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.6.7=compileClasspath,runt
javax.validation:validation-api:1.1.0.Final=compileClasspath,runtimeClasspath
org.embulk:embulk-spi:0.10.44=compileClasspath
org.embulk:embulk-util-config:0.3.3=compileClasspath,runtimeClasspath
org.embulk:embulk-util-csv:0.2.2=compileClasspath,runtimeClasspath
org.embulk:embulk-util-csv:0.2.3=compileClasspath,runtimeClasspath
org.embulk:embulk-util-file:0.1.4=compileClasspath,runtimeClasspath
org.embulk:embulk-util-json:0.2.1=compileClasspath,runtimeClasspath
org.embulk:embulk-util-rubytime:0.3.3=compileClasspath,runtimeClasspath
org.embulk:embulk-util-text:0.1.2=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.6=compileClasspath
org.slf4j:slf4j-api:2.0.7=compileClasspath
empty=
2 changes: 1 addition & 1 deletion embulk-parser-json/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ java {

dependencies {
compileOnly "org.embulk:embulk-spi:0.10.44"
compileOnly "org.slf4j:slf4j-api:2.0.6"
compileOnly "org.slf4j:slf4j-api:2.0.7"
compileOnly "org.msgpack:msgpack-core:0.8.24"

implementation "com.fasterxml.jackson.core:jackson-annotations:2.6.7"
Expand Down
2 changes: 1 addition & 1 deletion embulk-parser-json/gradle.lockfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ org.embulk:embulk-util-json:0.2.1=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.6=compileClasspath
org.slf4j:slf4j-api:2.0.7=compileClasspath
empty=

0 comments on commit 543d5d1

Please sign in to comment.