Skip to content

Commit

Permalink
Merge pull request #53 from dmikurube/update-timestamp-0.2.1
Browse files Browse the repository at this point in the history
Update embulk-util-timestamp to 0.2.1
  • Loading branch information
civitaspo authored Aug 31, 2020
2 parents 997b1d4 + ece8ffe commit f5908ec
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ dependencies {
// It is just exluded here.
exclude group: "org.msgpack", module: "msgpack-core"
}
compile("org.embulk:embulk-util-timestamp:0.2.0")
compile("org.embulk:embulk-util-timestamp:0.2.1")

// They are once excluded from transitive dependencies of other dependencies,
// and added explicitly with versions exactly the same with embulk-core:0.10.5.
Expand Down
4 changes: 2 additions & 2 deletions gradle/dependency-locks/embulkPluginRuntime.lockfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ net.minidev:accessors-smart:1.2
net.minidev:json-smart:2.3
org.embulk:embulk-util-config:0.1.1
org.embulk:embulk-util-json:0.1.0
org.embulk:embulk-util-rubytime:0.3.0
org.embulk:embulk-util-timestamp:0.2.0
org.embulk:embulk-util-rubytime:0.3.2
org.embulk:embulk-util-timestamp:0.2.1
org.ow2.asm:asm:5.0.4

0 comments on commit f5908ec

Please sign in to comment.