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 1/2] 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" From daa2a7e6fd87197997d9c233a0cb9f7b70004f83 Mon Sep 17 00:00:00 2001 From: Dai MIKURUBE Date: Thu, 9 May 2024 13:21:55 +0900 Subject: [PATCH 2/2] Update gradle.lockfile --- embulk-guess-json/gradle.lockfile | 2 +- gradle.lockfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/embulk-guess-json/gradle.lockfile b/embulk-guess-json/gradle.lockfile index 6fc1f891..4e7f381b 100644 --- a/embulk-guess-json/gradle.lockfile +++ b/embulk-guess-json/gradle.lockfile @@ -10,7 +10,7 @@ javax.validation:validation-api:2.0.1.Final=compileClasspath,runtimeClasspath org.embulk:embulk-spi:0.11=compileClasspath org.embulk:embulk-util-config:0.5.0=compileClasspath,runtimeClasspath org.embulk:embulk-util-file:0.2.0=compileClasspath,runtimeClasspath -org.embulk:embulk-util-json:0.4.0=compileClasspath,runtimeClasspath +org.embulk:embulk-util-json:0.5.0=compileClasspath,runtimeClasspath org.msgpack:msgpack-core:0.8.24=compileClasspath org.slf4j:slf4j-api:2.0.7=compileClasspath empty= diff --git a/gradle.lockfile b/gradle.lockfile index ff5aaa5c..e0184b95 100644 --- a/gradle.lockfile +++ b/gradle.lockfile @@ -10,7 +10,7 @@ javax.validation:validation-api:2.0.1.Final=compileClasspath,runtimeClasspath org.embulk:embulk-spi:0.11=compileClasspath org.embulk:embulk-util-config:0.5.0=compileClasspath,runtimeClasspath org.embulk:embulk-util-file:0.2.0=compileClasspath,runtimeClasspath -org.embulk:embulk-util-json:0.4.0=compileClasspath,runtimeClasspath +org.embulk:embulk-util-json:0.5.0=compileClasspath,runtimeClasspath org.embulk:embulk-util-rubytime:0.3.3=compileClasspath,runtimeClasspath org.embulk:embulk-util-timestamp:0.2.2=compileClasspath,runtimeClasspath org.msgpack:msgpack-core:0.8.24=compileClasspath