Skip to content

Commit

Permalink
Update gradle.lockfile
Browse files Browse the repository at this point in the history
  • Loading branch information
dmikurube committed May 9, 2024
1 parent 0f80b33 commit 0e4546f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion embulk-guess-csv/gradle.lockfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ javax.validation:validation-api:2.0.1.Final=compileClasspath,runtimeClasspath
org.embulk:embulk-spi:0.11=compileClasspath
org.embulk:embulk-util-config:0.5.0=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-file:0.1.5=compileClasspath
org.embulk:embulk-util-file:0.2.0=runtimeClasspath
org.embulk:embulk-util-guess:0.3.2=compileClasspath,runtimeClasspath
org.embulk:embulk-util-json:0.4.0=compileClasspath,runtimeClasspath
org.embulk:embulk-util-rubytime:0.3.3=compileClasspath,runtimeClasspath
Expand Down
3 changes: 2 additions & 1 deletion embulk-guess-csv_all_strings/gradle.lockfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ javax.validation:validation-api:2.0.1.Final=compileClasspath,runtimeClasspath
org.embulk:embulk-spi:0.11=compileClasspath
org.embulk:embulk-util-config:0.5.0=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-file:0.1.5=compileClasspath
org.embulk:embulk-util-file:0.2.0=runtimeClasspath
org.embulk:embulk-util-guess:0.3.2=compileClasspath,runtimeClasspath
org.embulk:embulk-util-json:0.4.0=compileClasspath,runtimeClasspath
org.embulk:embulk-util-rubytime:0.3.3=compileClasspath,runtimeClasspath
Expand Down
2 changes: 1 addition & 1 deletion gradle.lockfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ javax.validation:validation-api:2.0.1.Final=compileClasspath,runtimeClasspath
org.embulk:embulk-spi:0.11=compileClasspath
org.embulk:embulk-util-config:0.5.0=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-file:0.2.0=compileClasspath,runtimeClasspath
org.embulk:embulk-util-json:0.4.0=compileClasspath,runtimeClasspath
org.embulk:embulk-util-rubytime:0.3.3=compileClasspath,runtimeClasspath
org.embulk:embulk-util-text:0.1.3=compileClasspath,runtimeClasspath
Expand Down

0 comments on commit 0e4546f

Please sign in to comment.