Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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-rubytime:0.4.0=compileClasspath,runtimeClasspath
org.embulk:embulk-util-timestamp:0.3.0=compileClasspath,runtimeClasspath
org.embulk:embulk-util-timestamp:0.3.1=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.3.0"
embulk-util-timestamp = "0.3.1"

checkstyle = "9.3"

Expand Down
Loading