From b34798f79f6859ca8e9440a52033fa8181d66185 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Dec 2023 15:02:52 +0900 Subject: [PATCH] Bump org.embulk:embulk-util-json from 0.2.2 to 0.4.0 (#86) * 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](https://github.com/embulk/embulk-util-json/compare/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] * Update build.gradle * Update build.gradle --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Yukihiro Okada (Yuki) --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index d38971d..b3a90fd 100644 --- a/build.gradle +++ b/build.gradle @@ -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.+"