Skip to content

Commit

Permalink
Merge pull request #78 from treasure-data/bump-up-to-v0.4.3
Browse files Browse the repository at this point in the history
Bump up to v0.4.3, built with the Gradle plugin v0.5.5
  • Loading branch information
dmikurube authored Nov 21, 2022
2 parents fc2da6c + d2f52eb commit fee6d9c
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
id "maven"
id 'maven-publish'
id "signing"
id "org.embulk.embulk-plugins" version "0.4.2"
id "org.embulk.embulk-plugins" version "0.5.5"
}

repositories {
Expand All @@ -15,7 +15,7 @@ repositories {
def embulkVersion = '0.10.31'

group = "com.treasuredata.embulk.plugins"
version = "0.4.2-SNAPSHOT"
version = "0.4.3-SNAPSHOT"
description = "Loads records From Zendesk"

sourceCompatibility = 1.8
Expand Down
26 changes: 26 additions & 0 deletions gradle/dependency-locks/compileClasspath.lockfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
com.fasterxml.jackson.core:jackson-annotations:2.6.7
com.fasterxml.jackson.core:jackson-core:2.6.7
com.fasterxml.jackson.core:jackson-databind:2.6.7
com.fasterxml.jackson.datatype:jackson-datatype-guava:2.6.7
com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.6.7
com.google.guava:guava:18.0
commons-codec:commons-codec:1.10
commons-io:commons-io:2.7
javax.validation:validation-api:1.1.0.Final
org.apache.httpcomponents:httpclient:4.5.6
org.apache.httpcomponents:httpcore:4.4.10
org.embulk:embulk-api:0.10.31
org.embulk:embulk-spi:0.10.31
org.embulk:embulk-util-config:0.3.1
org.embulk:embulk-util-file:0.1.3
org.embulk:embulk-util-guess:0.2.0
org.embulk:embulk-util-json:0.1.1
org.embulk:embulk-util-retryhelper:0.8.2
org.embulk:embulk-util-text:0.1.1
org.json:json:20200518
org.msgpack:msgpack-core:0.8.11
org.slf4j:jcl-over-slf4j:1.7.12
org.slf4j:slf4j-api:1.7.30

0 comments on commit fee6d9c

Please sign in to comment.