Skip to content

Commit 283f73c

Browse files
authored
Merge pull request #112 from embulk/upgrade-util-config-0.2.1
Upgrade embulk-util-config to 0.2.1, and bump itself up to v0.5.2-SNAPSHOT
2 parents 48cc2bd + 1c3ff53 commit 283f73c

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ plugins {
88
}
99

1010
group = "org.embulk"
11-
version = "0.5.1-SNAPSHOT"
11+
version = "0.5.2-SNAPSHOT"
1212

1313
subprojects {
1414
apply plugin: "java"

embulk-input-riak_cs/gradle/dependency-locks/embulkPluginRuntime.lockfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ joda-time:joda-time:2.9.2
1717
org.apache.httpcomponents:httpclient:4.5.5
1818
org.apache.httpcomponents:httpcore:4.4.9
1919
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
2121
org.embulk:embulk-util-file:0.1.1
2222
org.embulk:embulk-util-retryhelper:0.8.1
2323
org.slf4j:jcl-over-slf4j:1.7.12

embulk-input-s3/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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"

embulk-input-s3/gradle/dependency-locks/embulkPluginRuntime.lockfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ joda-time:joda-time:2.9.2
1717
org.apache.httpcomponents:httpclient:4.5.5
1818
org.apache.httpcomponents:httpcore:4.4.9
1919
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
2121
org.embulk:embulk-util-file:0.1.1
2222
org.embulk:embulk-util-retryhelper:0.8.1
2323
org.slf4j:jcl-over-slf4j:1.7.12

0 commit comments

Comments
 (0)