Skip to content

Commit 39dbbb2

Browse files
committed
Upgrade the Gradle wrapper to 7.6.4, the Gradle plugin for Embulk plugins to 0.6.2, embulk-util-config to 0.3.4, and embulk-util-json to 0.3.0
1 parent 0ce0a10 commit 39dbbb2

File tree

8 files changed

+15
-14
lines changed

8 files changed

+15
-14
lines changed

build.gradle

+4-3
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ plugins {
66
id "maven-publish"
77
id "signing"
88
id 'checkstyle'
9-
id "org.embulk.embulk-plugins" version "0.6.1" apply false
9+
id "org.embulk.embulk-plugins" version "0.6.2" apply false
1010
}
1111

1212
allprojects {
@@ -46,7 +46,7 @@ subprojects {
4646
dependencies {
4747
compileOnly "org.embulk:embulk-spi:0.10.49"
4848

49-
implementation("org.embulk:embulk-util-config:0.3.3") {
49+
implementation("org.embulk:embulk-util-config:0.3.4") {
5050
// They conflict with embulk-core. They are once excluded here,
5151
// and added explicitly with versions exactly the same with embulk-core:0.10.31.
5252
exclude group: "com.fasterxml.jackson.core", module: "jackson-annotations"
@@ -64,7 +64,7 @@ subprojects {
6464
implementation "com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.6.7"
6565
implementation "javax.validation:validation-api:1.1.0.Final"
6666

67-
implementation "org.embulk:embulk-util-json:0.2.1"
67+
implementation "org.embulk:embulk-util-json:0.3.0"
6868
implementation "org.embulk:embulk-util-timestamp:0.2.2"
6969
implementation "org.embulk:embulk-util-retryhelper:0.8.2"
7070

@@ -140,6 +140,7 @@ subprojects {
140140
// http://central.sonatype.org/pages/requirements.html#license-information
141141
name = "The Apache License, Version 2.0"
142142
url = "https://www.apache.org/licenses/LICENSE-2.0.txt"
143+
distribution = "repo"
143144
}
144145
}
145146

embulk-output-jdbc/gradle.lockfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ com.fasterxml.jackson.core:jackson-databind:2.6.7.5=compileClasspath,runtimeClas
77
com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.6.7=compileClasspath,runtimeClasspath
88
javax.validation:validation-api:1.1.0.Final=compileClasspath,runtimeClasspath
99
org.embulk:embulk-spi:0.10.49=compileClasspath
10-
org.embulk:embulk-util-config:0.3.3=compileClasspath,runtimeClasspath
11-
org.embulk:embulk-util-json:0.2.1=compileClasspath,runtimeClasspath
10+
org.embulk:embulk-util-config:0.3.4=compileClasspath,runtimeClasspath
11+
org.embulk:embulk-util-json:0.3.0=compileClasspath,runtimeClasspath
1212
org.embulk:embulk-util-retryhelper:0.8.2=compileClasspath,runtimeClasspath
1313
org.embulk:embulk-util-rubytime:0.3.3=compileClasspath,runtimeClasspath
1414
org.embulk:embulk-util-timestamp:0.2.2=compileClasspath,runtimeClasspath

embulk-output-mysql/gradle.lockfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.6.7=compileClasspath,runt
88
javax.validation:validation-api:1.1.0.Final=compileClasspath,runtimeClasspath
99
mysql:mysql-connector-java:5.1.44=compileClasspath
1010
org.embulk:embulk-spi:0.10.49=compileClasspath
11-
org.embulk:embulk-util-config:0.3.3=compileClasspath,runtimeClasspath
12-
org.embulk:embulk-util-json:0.2.1=compileClasspath,runtimeClasspath
11+
org.embulk:embulk-util-config:0.3.4=compileClasspath,runtimeClasspath
12+
org.embulk:embulk-util-json:0.3.0=compileClasspath,runtimeClasspath
1313
org.embulk:embulk-util-retryhelper:0.8.2=compileClasspath,runtimeClasspath
1414
org.embulk:embulk-util-rubytime:0.3.3=compileClasspath,runtimeClasspath
1515
org.embulk:embulk-util-timestamp:0.2.2=compileClasspath,runtimeClasspath

embulk-output-postgresql/gradle.lockfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ com.fasterxml.jackson.core:jackson-databind:2.6.7.5=compileClasspath,runtimeClas
77
com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.6.7=compileClasspath,runtimeClasspath
88
javax.validation:validation-api:1.1.0.Final=compileClasspath,runtimeClasspath
99
org.embulk:embulk-spi:0.10.49=compileClasspath
10-
org.embulk:embulk-util-config:0.3.3=compileClasspath,runtimeClasspath
11-
org.embulk:embulk-util-json:0.2.1=compileClasspath,runtimeClasspath
10+
org.embulk:embulk-util-config:0.3.4=compileClasspath,runtimeClasspath
11+
org.embulk:embulk-util-json:0.3.0=compileClasspath,runtimeClasspath
1212
org.embulk:embulk-util-retryhelper:0.8.2=compileClasspath,runtimeClasspath
1313
org.embulk:embulk-util-rubytime:0.3.3=compileClasspath,runtimeClasspath
1414
org.embulk:embulk-util-timestamp:0.2.2=compileClasspath,runtimeClasspath

embulk-output-redshift/gradle.lockfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ org.apache.httpcomponents:httpclient:4.5.5=compileClasspath,runtimeClasspath
1919
org.apache.httpcomponents:httpcore:4.4.9=compileClasspath,runtimeClasspath
2020
org.embulk:embulk-spi:0.10.49=compileClasspath
2121
org.embulk:embulk-util-aws-credentials:0.4.2=compileClasspath,runtimeClasspath
22-
org.embulk:embulk-util-config:0.3.3=compileClasspath,runtimeClasspath
23-
org.embulk:embulk-util-json:0.2.1=compileClasspath,runtimeClasspath
22+
org.embulk:embulk-util-config:0.3.4=compileClasspath,runtimeClasspath
23+
org.embulk:embulk-util-json:0.3.0=compileClasspath,runtimeClasspath
2424
org.embulk:embulk-util-retryhelper:0.8.2=compileClasspath,runtimeClasspath
2525
org.embulk:embulk-util-rubytime:0.3.3=compileClasspath,runtimeClasspath
2626
org.embulk:embulk-util-timestamp:0.2.2=compileClasspath,runtimeClasspath

embulk-output-sqlserver/gradle.lockfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ com.microsoft.sqlserver:mssql-jdbc:7.2.2.jre8=compileClasspath,runtimeClasspath
1212
javax.validation:validation-api:1.1.0.Final=compileClasspath,runtimeClasspath
1313
net.sourceforge.jtds:jtds:1.3.1=compileClasspath,runtimeClasspath
1414
org.embulk:embulk-spi:0.10.49=compileClasspath
15-
org.embulk:embulk-util-config:0.3.3=compileClasspath,runtimeClasspath
16-
org.embulk:embulk-util-json:0.2.1=compileClasspath,runtimeClasspath
15+
org.embulk:embulk-util-config:0.3.4=compileClasspath,runtimeClasspath
16+
org.embulk:embulk-util-json:0.3.0=compileClasspath,runtimeClasspath
1717
org.embulk:embulk-util-retryhelper:0.8.2=compileClasspath,runtimeClasspath
1818
org.embulk:embulk-util-rubytime:0.3.3=compileClasspath,runtimeClasspath
1919
org.embulk:embulk-util-timestamp:0.2.2=compileClasspath,runtimeClasspath

gradle/wrapper/gradle-wrapper.jar

50 Bytes
Binary file not shown.
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-7.6.1-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-7.6.4-bin.zip
44
networkTimeout=10000
55
zipStoreBase=GRADLE_USER_HOME
66
zipStorePath=wrapper/dists

0 commit comments

Comments
 (0)