Skip to content

Commit

Permalink
Bump org.embulk:embulk-core from 0.10.38 to 0.11.2
Browse files Browse the repository at this point in the history
Bumps [org.embulk:embulk-core](https://github.com/embulk/embulk) from 0.10.38 to 0.11.2.
- [Release notes](https://github.com/embulk/embulk/releases)
- [Commits](embulk/embulk@v0.10.38...v0.11.2)

---
updated-dependencies:
- dependency-name: org.embulk:embulk-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Mar 2, 2024
1 parent 39f1ee5 commit a17f772
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.38") {
compileOnly("org.embulk:embulk-core:0.11.2") {
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 a17f772

Please sign in to comment.