Skip to content

Commit

Permalink
Merge pull request #2 from embulk/config-0.3.4-file-0.1.5-json-0.2.2
Browse files Browse the repository at this point in the history
Upgrade embulk-util-config to 0.3.4, embulk-util-file to 0.1.5, and embulk-util-json to 0.2.2
  • Loading branch information
dmikurube committed Jun 7, 2023
2 parents 6b33488 + 9f0e9d3 commit 66f1a9e
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
14 changes: 7 additions & 7 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -41,16 +41,16 @@ dependencies {
implementation "com.fasterxml.jackson.core:jackson-annotations:2.6.7"
implementation "com.fasterxml.jackson.core:jackson-core:2.6.7"
implementation "com.fasterxml.jackson.core:jackson-databind:2.6.7.5"
implementation "org.embulk:embulk-util-config:0.3.3"
implementation "org.embulk:embulk-util-file:0.1.4"
implementation "org.embulk:embulk-util-json:0.2.1"
implementation "org.embulk:embulk-util-config:0.3.4"
implementation "org.embulk:embulk-util-file:0.1.5"
implementation "org.embulk:embulk-util-json:0.2.2"
implementation "org.embulk:embulk-util-timestamp:0.2.2"

testImplementation "junit:junit:4.13.2"
testImplementation "org.embulk:embulk-spi:0.10.44"
testImplementation "org.embulk:embulk-core:0.10.44"
testImplementation "org.embulk:embulk-deps:0.10.44"
testImplementation "org.embulk:embulk-junit4:0.10.44"
testImplementation "org.embulk:embulk-spi:0.10.50"
testImplementation "org.embulk:embulk-core:0.10.50"
testImplementation "org.embulk:embulk-deps:0.10.50"
testImplementation "org.embulk:embulk-junit4:0.10.50"
testImplementation "com.google.guava:guava:18.0"
}

Expand Down
6 changes: 3 additions & 3 deletions gradle.lockfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ com.fasterxml.jackson.core:jackson-databind:2.6.7.5=compileClasspath,runtimeClas
com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.6.7=compileClasspath,runtimeClasspath
javax.validation:validation-api:1.1.0.Final=compileClasspath,runtimeClasspath
org.embulk:embulk-spi:0.11=compileClasspath
org.embulk:embulk-util-config:0.3.3=compileClasspath,runtimeClasspath
org.embulk:embulk-util-file:0.1.4=compileClasspath,runtimeClasspath
org.embulk:embulk-util-json:0.2.1=compileClasspath,runtimeClasspath
org.embulk:embulk-util-config:0.3.4=compileClasspath,runtimeClasspath
org.embulk:embulk-util-file:0.1.5=compileClasspath,runtimeClasspath
org.embulk:embulk-util-json:0.2.2=compileClasspath,runtimeClasspath
org.embulk:embulk-util-rubytime:0.3.3=compileClasspath,runtimeClasspath
org.embulk:embulk-util-timestamp:0.2.2=compileClasspath,runtimeClasspath
org.msgpack:msgpack-core:0.8.24=compileClasspath
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,12 @@
import java.util.ArrayList;
import java.util.List;
import java.util.Map;
import org.embulk.EmbulkTestRuntime;
import org.embulk.config.ConfigSource;
import org.embulk.spi.DataException;
import org.embulk.spi.FileInput;
import org.embulk.spi.Schema;
import org.embulk.spi.TestPageBuilderReader.MockPageOutput;
import org.embulk.test.EmbulkTestRuntime;
import org.embulk.test.TestPageBuilderReader.MockPageOutput;
import org.embulk.util.config.ConfigMapperFactory;
import org.embulk.util.file.InputStreamFileInput;
import org.embulk.util.json.JsonParser;
Expand Down

0 comments on commit 66f1a9e

Please sign in to comment.