Skip to content

Commit 2e9e280

Browse files
authored
Merge pull request #28 from embulk/dependabot/gradle/org.embulk-embulk-util-csv-0.3.0
Bump org.embulk:embulk-util-csv from 0.2.4 to 0.3.0
2 parents 3356bc3 + 9c0aec7 commit 2e9e280

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

embulk-guess-csv/gradle.lockfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ com.fasterxml.jackson:jackson-bom:2.16.2=compileClasspath,runtimeClasspath
99
javax.validation:validation-api:2.0.1.Final=compileClasspath,runtimeClasspath
1010
org.embulk:embulk-spi:0.11=compileClasspath
1111
org.embulk:embulk-util-config:0.5.0=compileClasspath,runtimeClasspath
12-
org.embulk:embulk-util-csv:0.2.4=compileClasspath,runtimeClasspath
12+
org.embulk:embulk-util-csv:0.3.0=compileClasspath,runtimeClasspath
1313
org.embulk:embulk-util-file:0.1.5=compileClasspath,runtimeClasspath
1414
org.embulk:embulk-util-guess:0.3.2=compileClasspath,runtimeClasspath
1515
org.embulk:embulk-util-json:0.4.0=compileClasspath,runtimeClasspath

embulk-guess-csv_all_strings/gradle.lockfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ com.fasterxml.jackson:jackson-bom:2.16.2=compileClasspath,runtimeClasspath
99
javax.validation:validation-api:2.0.1.Final=compileClasspath,runtimeClasspath
1010
org.embulk:embulk-spi:0.11=compileClasspath
1111
org.embulk:embulk-util-config:0.5.0=compileClasspath,runtimeClasspath
12-
org.embulk:embulk-util-csv:0.2.4=compileClasspath,runtimeClasspath
12+
org.embulk:embulk-util-csv:0.3.0=compileClasspath,runtimeClasspath
1313
org.embulk:embulk-util-file:0.1.5=compileClasspath,runtimeClasspath
1414
org.embulk:embulk-util-guess:0.3.2=compileClasspath,runtimeClasspath
1515
org.embulk:embulk-util-json:0.4.0=compileClasspath,runtimeClasspath

gradle.lockfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ com.fasterxml.jackson:jackson-bom:2.16.2=compileClasspath,runtimeClasspath
99
javax.validation:validation-api:2.0.1.Final=compileClasspath,runtimeClasspath
1010
org.embulk:embulk-spi:0.11=compileClasspath
1111
org.embulk:embulk-util-config:0.5.0=compileClasspath,runtimeClasspath
12-
org.embulk:embulk-util-csv:0.2.4=compileClasspath,runtimeClasspath
12+
org.embulk:embulk-util-csv:0.3.0=compileClasspath,runtimeClasspath
1313
org.embulk:embulk-util-file:0.1.5=compileClasspath,runtimeClasspath
1414
org.embulk:embulk-util-json:0.4.0=compileClasspath,runtimeClasspath
1515
org.embulk:embulk-util-rubytime:0.3.3=compileClasspath,runtimeClasspath

gradle/libs.versions.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ validation-api = "2.0.1.Final"
1313
# We choose Jackson with the latest patch release of the latest open branch.
1414
jackson = "2.16.2"
1515

16-
embulk-util-csv = "0.2.4"
16+
embulk-util-csv = "0.3.0"
1717
embulk-util-file = "0.1.5"
1818
embulk-util-guess = "0.3.2"
1919
embulk-util-json = "0.4.0"

0 commit comments

Comments
 (0)