Skip to content

Commit

Permalink
Bump org.embulk:embulk-util-json from 0.2.2 to 0.4.0 (#86)
Browse files Browse the repository at this point in the history
* Bump org.embulk:embulk-util-json from 0.2.2 to 0.4.0

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] <support@github.com>

* Update build.gradle

* Update build.gradle

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Yukihiro Okada (Yuki) <callistoiv+git@gmail.com>
  • Loading branch information
dependabot[bot] and yuokada authored Dec 12, 2023
1 parent 4c3cbd3 commit b34798f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ 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 'com.fasterxml.jackson.core:jackson-databind:2.15.3'
implementation 'org.apache.commons:commons-text:1.11.0'

testImplementation "junit:junit:4.+"
Expand Down

0 comments on commit b34798f

Please sign in to comment.