@@ -6,7 +6,7 @@ plugins {
6
6
id " maven-publish"
7
7
id " signing"
8
8
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
10
10
}
11
11
12
12
allprojects {
@@ -46,7 +46,7 @@ subprojects {
46
46
dependencies {
47
47
compileOnly " org.embulk:embulk-spi:0.10.49"
48
48
49
- implementation(" org.embulk:embulk-util-config:0.3.3 " ) {
49
+ implementation(" org.embulk:embulk-util-config:0.3.4 " ) {
50
50
// They conflict with embulk-core. They are once excluded here,
51
51
// and added explicitly with versions exactly the same with embulk-core:0.10.31.
52
52
exclude group : " com.fasterxml.jackson.core" , module : " jackson-annotations"
@@ -64,7 +64,7 @@ subprojects {
64
64
implementation " com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.6.7"
65
65
implementation " javax.validation:validation-api:1.1.0.Final"
66
66
67
- implementation " org.embulk:embulk-util-json:0.2.1 "
67
+ implementation " org.embulk:embulk-util-json:0.3.0 "
68
68
implementation " org.embulk:embulk-util-timestamp:0.2.2"
69
69
implementation " org.embulk:embulk-util-retryhelper:0.8.2"
70
70
@@ -140,6 +140,7 @@ subprojects {
140
140
// http://central.sonatype.org/pages/requirements.html#license-information
141
141
name = " The Apache License, Version 2.0"
142
142
url = " https://www.apache.org/licenses/LICENSE-2.0.txt"
143
+ distribution = " repo"
143
144
}
144
145
}
145
146
0 commit comments