File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
embulk-input-riak_cs/gradle/dependency-locks Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ plugins {
88}
99
1010group = " org.embulk"
11- version = " 0.5.1 -SNAPSHOT"
11+ version = " 0.5.2 -SNAPSHOT"
1212
1313subprojects {
1414 apply plugin : " java"
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ joda-time:joda-time:2.9.2
1717org.apache.httpcomponents:httpclient:4.5.5
1818org.apache.httpcomponents:httpcore:4.4.9
1919org.embulk:embulk-util-aws-credentials:0.4.0
20- org.embulk:embulk-util-config:0.2.0
20+ org.embulk:embulk-util-config:0.2.1
2121org.embulk:embulk-util-file:0.1.1
2222org.embulk:embulk-util-retryhelper:0.8.1
2323org.slf4j:jcl-over-slf4j:1.7.12
Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ dependencies {
5858 exclude group : " joda-time" , module : " joda-time"
5959 }
6060
61- compile(" org.embulk:embulk-util-config:0.2.0 " ) {
61+ compile(" org.embulk:embulk-util-config:0.2.1 " ) {
6262 // They conflict with embulk-core. They are once excluded here,
6363 // and added explicitly with versions exactly the same with embulk-core:0.10.19.
6464 exclude group : " com.fasterxml.jackson.core" , module : " jackson-annotations"
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ joda-time:joda-time:2.9.2
1717org.apache.httpcomponents:httpclient:4.5.5
1818org.apache.httpcomponents:httpcore:4.4.9
1919org.embulk:embulk-util-aws-credentials:0.4.0
20- org.embulk:embulk-util-config:0.2.0
20+ org.embulk:embulk-util-config:0.2.1
2121org.embulk:embulk-util-file:0.1.1
2222org.embulk:embulk-util-retryhelper:0.8.1
2323org.slf4j:jcl-over-slf4j:1.7.12
You can’t perform that action at this time.
0 commit comments