Skip to content

Commit 43b2234

Browse files
authored
Merge pull request #34 from yuokada/dependabot/gradle/org.embulk-embulk-core-0.10.36
Bump embulk-core from 0.9.23 to 0.10.36
2 parents 9073eb4 + 713ce44 commit 43b2234

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

build.gradle

+2-3
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,10 @@ plugins {
1111

1212
repositories {
1313
mavenCentral()
14-
jcenter()
1514
}
1615

1716
group = "io.github.yuokada"
18-
version = "0.5.1"
17+
version = "0.6.0"
1918
description = "Embulk plugin for generate dummy records by Java."
2019

2120
sourceCompatibility = 1.8
@@ -26,7 +25,7 @@ tasks.withType(JavaCompile) {
2625
}
2726

2827
dependencies {
29-
compileOnly("org.embulk:embulk-core:0.9.23") {
28+
compileOnly("org.embulk:embulk-core:0.10.36") {
3029
exclude group: 'com.fasterxml.jackson.core', module: 'jackson-databind'
3130
exclude group: 'com.fasterxml.jackson.core', module: 'jackson-core'
3231
exclude group: 'com.fasterxml.jackson.core', module: 'jackson-annotations'

0 commit comments

Comments
 (0)