Skip to content

Commit

Permalink
Merge pull request #22 from embulk/dependabot/gradle/org.embulk-embul…
Browse files Browse the repository at this point in the history
…k-util-json-0.5.0

Bump org.embulk:embulk-util-json from 0.4.0 to 0.5.0
  • Loading branch information
dmikurube authored May 9, 2024
2 parents 342a02d + daa2a7e commit c9ed3d7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion embulk-guess-json/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.embulk:embulk-spi:0.11=compileClasspath
org.embulk:embulk-util-config:0.5.0=compileClasspath,runtimeClasspath
org.embulk:embulk-util-file:0.2.0=compileClasspath,runtimeClasspath
org.embulk:embulk-util-json:0.4.0=compileClasspath,runtimeClasspath
org.embulk:embulk-util-json:0.5.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.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.embulk:embulk-spi:0.11=compileClasspath
org.embulk:embulk-util-config:0.5.0=compileClasspath,runtimeClasspath
org.embulk:embulk-util-file:0.2.0=compileClasspath,runtimeClasspath
org.embulk:embulk-util-json:0.4.0=compileClasspath,runtimeClasspath
org.embulk:embulk-util-json:0.5.0=compileClasspath,runtimeClasspath
org.embulk:embulk-util-rubytime:0.3.3=compileClasspath,runtimeClasspath
org.embulk:embulk-util-timestamp:0.2.2=compileClasspath,runtimeClasspath
org.msgpack:msgpack-core:0.8.24=compileClasspath
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ validation-api = "2.0.1.Final"
jackson = "2.16.2"

embulk-util-file = "0.2.0"
embulk-util-json = "0.4.0"
embulk-util-json = "0.5.0"
embulk-util-timestamp = "0.2.2"

junit4 = "4.13.2"
Expand Down

0 comments on commit c9ed3d7

Please sign in to comment.