Skip to content

Commit

Permalink
Merge pull request #2 from embulk/config-0.3.4
Browse files Browse the repository at this point in the history
Upgrade embulk-util-config to 0.3.4
  • Loading branch information
dmikurube authored Jun 7, 2023
2 parents dbe9afa + 70d6e3e commit 8b60489
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ java {
dependencies {
compileOnly "org.embulk:embulk-spi:0.11"

implementation "org.embulk:embulk-util-config:0.3.3"
implementation "org.embulk:embulk-util-config:0.3.4"
}

embulkPlugin {
Expand Down
2 changes: 1 addition & 1 deletion gradle.lockfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ com.fasterxml.jackson.core:jackson-databind:2.6.7.5=compileClasspath,runtimeClas
com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.6.7=compileClasspath,runtimeClasspath
javax.validation:validation-api:1.1.0.Final=compileClasspath,runtimeClasspath
org.embulk:embulk-spi:0.11=compileClasspath
org.embulk:embulk-util-config:0.3.3=compileClasspath,runtimeClasspath
org.embulk:embulk-util-config:0.3.4=compileClasspath,runtimeClasspath
org.msgpack:msgpack-core:0.8.24=compileClasspath
org.slf4j:slf4j-api:2.0.7=compileClasspath
empty=

0 comments on commit 8b60489

Please sign in to comment.