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 {
8
8
}
9
9
10
10
group = " org.embulk"
11
- version = " 0.5.1 -SNAPSHOT"
11
+ version = " 0.5.2 -SNAPSHOT"
12
12
13
13
subprojects {
14
14
apply plugin : " java"
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ joda-time:joda-time:2.9.2
17
17
org.apache.httpcomponents:httpclient:4.5.5
18
18
org.apache.httpcomponents:httpcore:4.4.9
19
19
org.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
21
21
org.embulk:embulk-util-file:0.1.1
22
22
org.embulk:embulk-util-retryhelper:0.8.1
23
23
org.slf4j:jcl-over-slf4j:1.7.12
Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ dependencies {
58
58
exclude group : " joda-time" , module : " joda-time"
59
59
}
60
60
61
- compile(" org.embulk:embulk-util-config:0.2.0 " ) {
61
+ compile(" org.embulk:embulk-util-config:0.2.1 " ) {
62
62
// They conflict with embulk-core. They are once excluded here,
63
63
// and added explicitly with versions exactly the same with embulk-core:0.10.19.
64
64
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
17
17
org.apache.httpcomponents:httpclient:4.5.5
18
18
org.apache.httpcomponents:httpcore:4.4.9
19
19
org.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
21
21
org.embulk:embulk-util-file:0.1.1
22
22
org.embulk:embulk-util-retryhelper:0.8.1
23
23
org.slf4j:jcl-over-slf4j:1.7.12
You can’t perform that action at this time.
0 commit comments