Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump up to v0.4.3, built with the Gradle plugin v0.5.5 #78

Merged
merged 1 commit into from
Nov 21, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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