Skip to content

Commit 010af17

Browse files
authored
Merge pull request #65 from embulk/upgrade-util-file-0.2.0
Upgrade embulk-util-file to 0.2.0
2 parents 0fc128d + c01f662 commit 010af17

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gradle.lockfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ org.checkerframework:checker-compat-qual:2.5.2=compileClasspath,runtimeClasspath
4242
org.codehaus.mojo:animal-sniffer-annotations:1.14=compileClasspath,runtimeClasspath
4343
org.embulk:embulk-spi:0.11=compileClasspath
4444
org.embulk:embulk-util-config:0.5.0=compileClasspath,runtimeClasspath
45-
org.embulk:embulk-util-file:0.1.3=compileClasspath,runtimeClasspath
45+
org.embulk:embulk-util-file:0.2.0=compileClasspath,runtimeClasspath
4646
org.embulk:embulk-util-retryhelper:0.8.1=compileClasspath,runtimeClasspath
4747
org.msgpack:msgpack-core:0.8.24=compileClasspath
4848
org.slf4j:jcl-over-slf4j:2.0.7=compileClasspath,runtimeClasspath

gradle/libs.versions.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ embulk-spi = "0.11"
66
slf4j-api = "2.0.7"
77

88
embulk-util-config = "0.5.0"
9-
embulk-util-file = "0.1.3"
9+
embulk-util-file = "0.2.0"
1010
embulk-util-retryhelper = "0.8.1"
1111

1212
google-cloud-storage = "1.56.0"

0 commit comments

Comments
 (0)