From a5b4029275e9519b9ec59290d530ff792725327d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 May 2024 04:10:30 +0000 Subject: [PATCH] Bump org.embulk:embulk-util-json from 0.4.0 to 0.5.0 Bumps [org.embulk:embulk-util-json](https://github.com/embulk/embulk-util-json) from 0.4.0 to 0.5.0. - [Commits](https://github.com/embulk/embulk-util-json/compare/v0.4.0...v0.5.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] --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 99d7065d..06c34d8d 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -14,7 +14,7 @@ validation-api = "2.0.1.Final" jackson = "2.16.2" embulk-util-file = "0.2.0" -embulk-util-json = "0.4.0" +embulk-util-json = "0.5.0" embulk-util-timestamp = "0.2.2" junit4 = "4.13.2"