Skip to content

Commit

Permalink
Merge pull request #34 from yuokada/dependabot/gradle/org.embulk-embu…
Browse files Browse the repository at this point in the history
…lk-core-0.10.36

Bump embulk-core from 0.9.23 to 0.10.36
  • Loading branch information
yuokada authored Aug 23, 2022
2 parents 9073eb4 + 713ce44 commit 43b2234
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,10 @@ plugins {

repositories {
mavenCentral()
jcenter()
}

group = "io.github.yuokada"
version = "0.5.1"
version = "0.6.0"
description = "Embulk plugin for generate dummy records by Java."

sourceCompatibility = 1.8
Expand All @@ -26,7 +25,7 @@ tasks.withType(JavaCompile) {
}

dependencies {
compileOnly("org.embulk:embulk-core:0.9.23") {
compileOnly("org.embulk:embulk-core:0.10.36") {
exclude group: 'com.fasterxml.jackson.core', module: 'jackson-databind'
exclude group: 'com.fasterxml.jackson.core', module: 'jackson-core'
exclude group: 'com.fasterxml.jackson.core', module: 'jackson-annotations'
Expand Down

0 comments on commit 43b2234

Please sign in to comment.