diff --git a/.circleci/config.yml b/.circleci/config.yml new file mode 100644 index 0000000..5471e73 --- /dev/null +++ b/.circleci/config.yml @@ -0,0 +1,10 @@ +version: 2.1 +jobs: + build: + docker: + - image: alpine:3.15 + steps: + - run: + name: Init Build + command: | + echo 'init CI build' \ No newline at end of file diff --git a/build.gradle b/build.gradle index 07cde8c..23904ec 100644 --- a/build.gradle +++ b/build.gradle @@ -13,7 +13,7 @@ repositories { } group = "com.treasuredata.embulk.plugins" -version = "0.8.1-SNAPSHOT" +version = "0.8.2-SNAPSHOT" description = "TreasureData output plugin is an Embulk plugin that loads records to Treasure Data read by any input plugins." sourceCompatibility = 1.8 @@ -58,6 +58,7 @@ dependencies { // slf4j-api is included in embulk-api's dependencies. exclude group: "org.slf4j", module: "slf4j-api" } + compile "com.squareup.okhttp3:okhttp:4.9.3" compile("org.embulk:embulk-util-config:0.3.1") { // They conflict with embulk-core. diff --git a/gradle/dependency-locks/embulkPluginRuntime.lockfile b/gradle/dependency-locks/embulkPluginRuntime.lockfile index 42dc091..c41df72 100644 --- a/gradle/dependency-locks/embulkPluginRuntime.lockfile +++ b/gradle/dependency-locks/embulkPluginRuntime.lockfile @@ -16,8 +16,8 @@ com.google.inject:guice:4.0 com.google.j2objc:j2objc-annotations:1.1 com.googlecode.json-simple:json-simple:1.1.1 com.squareup.okhttp3:okhttp-urlconnection:3.14.7 -com.squareup.okhttp3:okhttp:3.14.7 -com.squareup.okio:okio:1.17.2 +com.squareup.okhttp3:okhttp:4.9.3 +com.squareup.okio:okio:2.8.0 com.treasuredata.client:td-client:0.9.5 javax.annotation:javax.annotation-api:1.2 javax.inject:javax.inject:1 @@ -29,4 +29,7 @@ org.embulk:embulk-util-config:0.3.1 org.embulk:embulk-util-rubytime:0.3.2 org.embulk:embulk-util-timestamp:0.2.1 org.hamcrest:hamcrest-core:1.1 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 org.json:json:20171018