Skip to content

Commit

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

Bump org.embulk:embulk-util-timestamp from 0.2.2 to 0.3.0
  • Loading branch information
dmikurube committed May 9, 2024
2 parents b62652a + df24bd5 commit 09096cf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions gradle.lockfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ com.fasterxml.jackson:jackson-bom:2.16.2=compileClasspath,runtimeClasspath
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-rubytime:0.3.3=compileClasspath,runtimeClasspath
org.embulk:embulk-util-timestamp:0.2.2=compileClasspath,runtimeClasspath
org.embulk:embulk-util-rubytime:0.4.0=compileClasspath,runtimeClasspath
org.embulk:embulk-util-timestamp:0.3.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-timestamp = "0.2.2"
embulk-util-timestamp = "0.3.0"

checkstyle = "9.3"

Expand Down

0 comments on commit 09096cf

Please sign in to comment.