Skip to content

Commit

Permalink
Bump org.embulk:embulk-util-json from 0.2.2 to 0.4.0
Browse files Browse the repository at this point in the history
Bumps [org.embulk:embulk-util-json](https://github.com/embulk/embulk-util-json) from 0.2.2 to 0.4.0.
- [Commits](embulk/embulk-util-json@v0.2.2...v0.4.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 27, 2023
1 parent b3ec06c commit 62bd281
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 @@ -31,7 +31,7 @@ dependencies {
exclude group: 'com.fasterxml.jackson.core', module: 'jackson-annotations'
exclude group: 'org.apache.commons', module: 'commons-lang3'
}
compileOnly("org.embulk:embulk-util-json:0.2.2")
compileOnly("org.embulk:embulk-util-json:0.4.0")

implementation 'com.fasterxml.jackson.core:jackson-databind:2.14.2'
implementation 'org.apache.commons:commons-text:1.10.0'
Expand Down

0 comments on commit 62bd281

Please sign in to comment.