Skip to content

Commit

Permalink
Merge pull request #8 from embulk/upgrade-util-file-0.2.0
Browse files Browse the repository at this point in the history
Upgrade embulk-util-file to 0.2.0
  • Loading branch information
dmikurube authored Apr 11, 2024
2 parents 237799a + d95a720 commit 81d2d51
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.apache.commons:commons-compress:1.10=compileClasspath,runtimeClasspath
org.embulk:embulk-spi:0.11=compileClasspath
org.embulk:embulk-util-config:0.5.0=compileClasspath,runtimeClasspath
org.embulk:embulk-util-file:0.1.5=compileClasspath,runtimeClasspath
org.embulk:embulk-util-file:0.2.0=compileClasspath,runtimeClasspath
org.msgpack:msgpack-core:0.8.24=compileClasspath
org.slf4j:slf4j-api:2.0.7=compileClasspath
empty=
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ validation-api = "2.0.1.Final"
# We choose Jackson with the latest patch release of the latest open branch.
jackson = "2.16.2"

embulk-util-file = "0.1.5"
embulk-util-file = "0.2.0"

commons-compress = "1.10"

Expand Down

0 comments on commit 81d2d51

Please sign in to comment.