Skip to content

Commit ffa9a38

Browse files
authored
Merge pull request #2 from embulk/config-0.3.4
Upgrade embulk-util-config to 0.3.4
2 parents 6a60540 + 9da5f8a commit ffa9a38

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ dependencies {
3737
compileOnly "org.embulk:embulk-spi:0.11"
3838
compileOnly "org.slf4j:slf4j-api:2.0.7"
3939

40-
implementation "org.embulk:embulk-util-config:0.3.3"
40+
implementation "org.embulk:embulk-util-config:0.3.4"
4141
}
4242

4343
embulkPlugin {

gradle.lockfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ com.fasterxml.jackson.core:jackson-databind:2.6.7.5=compileClasspath,runtimeClas
77
com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.6.7=compileClasspath,runtimeClasspath
88
javax.validation:validation-api:1.1.0.Final=compileClasspath,runtimeClasspath
99
org.embulk:embulk-spi:0.11=compileClasspath
10-
org.embulk:embulk-util-config:0.3.3=compileClasspath,runtimeClasspath
10+
org.embulk:embulk-util-config:0.3.4=compileClasspath,runtimeClasspath
1111
org.msgpack:msgpack-core:0.8.24=compileClasspath
1212
org.slf4j:slf4j-api:2.0.7=compileClasspath
1313
empty=

0 commit comments

Comments
 (0)