Skip to content

Commit

Permalink
Update build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
yuokada authored Dec 12, 2023
1 parent ee4578e commit b9a083c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ tasks.withType(JavaCompile) {
}

dependencies {
compileOnly("org.embulk:embulk-core:0.10.48") {
compileOnly("org.embulk:embulk-core:0.10.50") {
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 b9a083c

Please sign in to comment.