Skip to content

Commit 54dda57

Browse files
authored
Merge pull request #33 from embulk/update-spi-0.10.44-util-config-0.3.2
Upgrade core dependencies to 0.10.44, remove embulk-api, and upgrade embulk-util-config to 0.3.2
2 parents 88e6519 + f8a2b71 commit 54dda57

File tree

42 files changed

+158
-194
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+158
-194
lines changed

embulk-decoder-bzip2/build.gradle

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,9 @@ java {
3232
}
3333

3434
dependencies {
35-
compileOnly "org.embulk:embulk-api:0.10.33"
36-
compileOnly "org.embulk:embulk-spi:0.10.33"
35+
compileOnly "org.embulk:embulk-spi:0.10.44"
3736

38-
implementation "org.embulk:embulk-util-config:0.3.1"
37+
implementation "org.embulk:embulk-util-config:0.3.2"
3938
implementation "org.embulk:embulk-util-file:0.1.3"
4039
implementation "org.apache.commons:commons-compress:1.10"
4140
}

embulk-decoder-bzip2/gradle.lockfile

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,9 @@ com.fasterxml.jackson.core:jackson-databind:2.6.7=runtimeClasspath
77
com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.6.7=runtimeClasspath
88
javax.validation:validation-api:1.1.0.Final=runtimeClasspath
99
org.apache.commons:commons-compress:1.10=compileClasspath,runtimeClasspath
10-
org.embulk:embulk-api:0.10.33=compileClasspath
11-
org.embulk:embulk-spi:0.10.33=compileClasspath
12-
org.embulk:embulk-util-config:0.3.1=compileClasspath,runtimeClasspath
10+
org.embulk:embulk-spi:0.10.44=compileClasspath
11+
org.embulk:embulk-util-config:0.3.2=compileClasspath,runtimeClasspath
1312
org.embulk:embulk-util-file:0.1.3=compileClasspath,runtimeClasspath
14-
org.msgpack:msgpack-core:0.8.11=compileClasspath
15-
org.slf4j:slf4j-api:1.7.30=compileClasspath
13+
org.msgpack:msgpack-core:0.8.24=compileClasspath
14+
org.slf4j:slf4j-api:2.0.6=compileClasspath
1615
empty=

embulk-decoder-gzip/build.gradle

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,9 @@ java {
3232
}
3333

3434
dependencies {
35-
compileOnly "org.embulk:embulk-api:0.10.33"
36-
compileOnly "org.embulk:embulk-spi:0.10.33"
35+
compileOnly "org.embulk:embulk-spi:0.10.44"
3736

38-
implementation "org.embulk:embulk-util-config:0.3.1"
37+
implementation "org.embulk:embulk-util-config:0.3.2"
3938
implementation "org.embulk:embulk-util-file:0.1.3"
4039
}
4140

embulk-decoder-gzip/gradle.lockfile

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,9 @@ com.fasterxml.jackson.core:jackson-core:2.6.7=runtimeClasspath
66
com.fasterxml.jackson.core:jackson-databind:2.6.7=runtimeClasspath
77
com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.6.7=runtimeClasspath
88
javax.validation:validation-api:1.1.0.Final=runtimeClasspath
9-
org.embulk:embulk-api:0.10.33=compileClasspath
10-
org.embulk:embulk-spi:0.10.33=compileClasspath
11-
org.embulk:embulk-util-config:0.3.1=compileClasspath,runtimeClasspath
9+
org.embulk:embulk-spi:0.10.44=compileClasspath
10+
org.embulk:embulk-util-config:0.3.2=compileClasspath,runtimeClasspath
1211
org.embulk:embulk-util-file:0.1.3=compileClasspath,runtimeClasspath
13-
org.msgpack:msgpack-core:0.8.11=compileClasspath
14-
org.slf4j:slf4j-api:1.7.30=compileClasspath
12+
org.msgpack:msgpack-core:0.8.24=compileClasspath
13+
org.slf4j:slf4j-api:2.0.6=compileClasspath
1514
empty=

embulk-encoder-bzip2/build.gradle

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,9 @@ java {
3232
}
3333

3434
dependencies {
35-
compileOnly "org.embulk:embulk-api:0.10.33"
36-
compileOnly "org.embulk:embulk-spi:0.10.33"
35+
compileOnly "org.embulk:embulk-spi:0.10.44"
3736

38-
implementation "org.embulk:embulk-util-config:0.3.1"
37+
implementation "org.embulk:embulk-util-config:0.3.2"
3938
implementation "org.embulk:embulk-util-file:0.1.3"
4039
implementation "org.apache.commons:commons-compress:1.10"
4140
}

embulk-encoder-bzip2/gradle.lockfile

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,9 @@ com.fasterxml.jackson.core:jackson-databind:2.6.7=runtimeClasspath
77
com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.6.7=runtimeClasspath
88
javax.validation:validation-api:1.1.0.Final=runtimeClasspath
99
org.apache.commons:commons-compress:1.10=compileClasspath,runtimeClasspath
10-
org.embulk:embulk-api:0.10.33=compileClasspath
11-
org.embulk:embulk-spi:0.10.33=compileClasspath
12-
org.embulk:embulk-util-config:0.3.1=compileClasspath,runtimeClasspath
10+
org.embulk:embulk-spi:0.10.44=compileClasspath
11+
org.embulk:embulk-util-config:0.3.2=compileClasspath,runtimeClasspath
1312
org.embulk:embulk-util-file:0.1.3=compileClasspath,runtimeClasspath
14-
org.msgpack:msgpack-core:0.8.11=compileClasspath
15-
org.slf4j:slf4j-api:1.7.30=compileClasspath
13+
org.msgpack:msgpack-core:0.8.24=compileClasspath
14+
org.slf4j:slf4j-api:2.0.6=compileClasspath
1615
empty=

embulk-encoder-gzip/build.gradle

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,9 @@ java {
3232
}
3333

3434
dependencies {
35-
compileOnly "org.embulk:embulk-api:0.10.33"
36-
compileOnly "org.embulk:embulk-spi:0.10.33"
35+
compileOnly "org.embulk:embulk-spi:0.10.44"
3736

38-
implementation "org.embulk:embulk-util-config:0.3.1"
37+
implementation "org.embulk:embulk-util-config:0.3.2"
3938
implementation "org.embulk:embulk-util-file:0.1.3"
4039
}
4140

embulk-encoder-gzip/gradle.lockfile

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,9 @@ com.fasterxml.jackson.core:jackson-core:2.6.7=runtimeClasspath
66
com.fasterxml.jackson.core:jackson-databind:2.6.7=runtimeClasspath
77
com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.6.7=runtimeClasspath
88
javax.validation:validation-api:1.1.0.Final=runtimeClasspath
9-
org.embulk:embulk-api:0.10.33=compileClasspath
10-
org.embulk:embulk-spi:0.10.33=compileClasspath
11-
org.embulk:embulk-util-config:0.3.1=compileClasspath,runtimeClasspath
9+
org.embulk:embulk-spi:0.10.44=compileClasspath
10+
org.embulk:embulk-util-config:0.3.2=compileClasspath,runtimeClasspath
1211
org.embulk:embulk-util-file:0.1.3=compileClasspath,runtimeClasspath
13-
org.msgpack:msgpack-core:0.8.11=compileClasspath
14-
org.slf4j:slf4j-api:1.7.30=compileClasspath
12+
org.msgpack:msgpack-core:0.8.24=compileClasspath
13+
org.slf4j:slf4j-api:2.0.6=compileClasspath
1514
empty=

embulk-filter-remove_columns/build.gradle

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -32,17 +32,17 @@ java {
3232
}
3333

3434
dependencies {
35-
compileOnly "org.embulk:embulk-api:0.10.33"
36-
compileOnly "org.embulk:embulk-spi:0.10.33"
35+
compileOnly "org.embulk:embulk-spi:0.10.44"
3736

38-
implementation "org.embulk:embulk-util-config:0.3.1"
37+
implementation "org.embulk:embulk-util-config:0.3.2"
3938

4039
testImplementation "junit:junit:4.13.2"
41-
testImplementation "org.embulk:embulk-api:0.10.33"
42-
testImplementation "org.embulk:embulk-spi:0.10.33"
43-
testImplementation "org.embulk:embulk-core:0.10.33"
44-
testImplementation "org.embulk:embulk-deps:0.10.33"
45-
testImplementation "org.embulk:embulk-junit4:0.10.33"
40+
testImplementation "org.embulk:embulk-spi:0.10.44"
41+
testImplementation "org.embulk:embulk-core:0.10.44"
42+
testImplementation "org.embulk:embulk-deps:0.10.44"
43+
testImplementation "org.embulk:embulk-junit4:0.10.44"
44+
testImplementation "com.google.guava:guava:18.0"
45+
4646
testImplementation project(":embulk-formatter-csv")
4747
testImplementation project(":embulk-input-file")
4848
testImplementation project(":embulk-output-file")

embulk-filter-remove_columns/gradle.lockfile

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,8 @@ com.fasterxml.jackson.core:jackson-core:2.6.7=runtimeClasspath
66
com.fasterxml.jackson.core:jackson-databind:2.6.7=runtimeClasspath
77
com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.6.7=runtimeClasspath
88
javax.validation:validation-api:1.1.0.Final=runtimeClasspath
9-
org.embulk:embulk-api:0.10.33=compileClasspath
10-
org.embulk:embulk-spi:0.10.33=compileClasspath
11-
org.embulk:embulk-util-config:0.3.1=compileClasspath,runtimeClasspath
12-
org.msgpack:msgpack-core:0.8.11=compileClasspath
13-
org.slf4j:slf4j-api:1.7.30=compileClasspath
9+
org.embulk:embulk-spi:0.10.44=compileClasspath
10+
org.embulk:embulk-util-config:0.3.2=compileClasspath,runtimeClasspath
11+
org.msgpack:msgpack-core:0.8.24=compileClasspath
12+
org.slf4j:slf4j-api:2.0.6=compileClasspath
1413
empty=

0 commit comments

Comments
 (0)