Skip to content

Commit

Permalink
Upgrade embulk-util-csv in guess plugins to 0.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
dmikurube committed Nov 18, 2023
1 parent 44e731a commit a9aafa3
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion embulk-guess-csv/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ dependencies {

implementation project(":")
implementation "org.embulk:embulk-util-config:0.3.4"
implementation "org.embulk:embulk-util-csv:0.2.3"
implementation "org.embulk:embulk-util-csv:0.2.4"
implementation "org.embulk:embulk-util-json:0.3.0"
implementation "org.embulk:embulk-util-guess:0.3.2"
implementation "org.embulk:embulk-util-rubytime:0.3.3"
Expand Down
2 changes: 1 addition & 1 deletion embulk-guess-csv/gradle.lockfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ 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.11=compileClasspath
org.embulk:embulk-util-config:0.3.4=compileClasspath,runtimeClasspath
org.embulk:embulk-util-csv:0.2.3=compileClasspath,runtimeClasspath
org.embulk:embulk-util-csv:0.2.4=compileClasspath,runtimeClasspath
org.embulk:embulk-util-file:0.1.5=compileClasspath,runtimeClasspath
org.embulk:embulk-util-guess:0.3.2=compileClasspath,runtimeClasspath
org.embulk:embulk-util-json:0.3.0=compileClasspath,runtimeClasspath
Expand Down
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 @@ -40,7 +40,7 @@ dependencies {
implementation project(":embulk-guess-csv")
implementation project(":")
implementation "org.embulk:embulk-util-config:0.3.4"
implementation "org.embulk:embulk-util-csv:0.2.3"
implementation "org.embulk:embulk-util-csv:0.2.4"
implementation "org.embulk:embulk-util-json:0.3.0"
implementation "org.embulk:embulk-util-guess:0.3.2"
implementation "org.embulk:embulk-util-rubytime:0.3.3"
Expand Down
2 changes: 1 addition & 1 deletion embulk-guess-csv_all_strings/gradle.lockfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ 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.11=compileClasspath
org.embulk:embulk-util-config:0.3.4=compileClasspath,runtimeClasspath
org.embulk:embulk-util-csv:0.2.3=compileClasspath,runtimeClasspath
org.embulk:embulk-util-csv:0.2.4=compileClasspath,runtimeClasspath
org.embulk:embulk-util-file:0.1.5=compileClasspath,runtimeClasspath
org.embulk:embulk-util-guess:0.3.2=compileClasspath,runtimeClasspath
org.embulk:embulk-util-json:0.3.0=compileClasspath,runtimeClasspath
Expand Down

0 comments on commit a9aafa3

Please sign in to comment.