From a40623a2936f52dbabb90c8f6fafcf79dbf8c87a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 May 2024 02:50:21 +0000 Subject: [PATCH] Bump org.embulk:embulk-util-file from 0.1.5 to 0.2.0 Bumps [org.embulk:embulk-util-file](https://github.com/embulk/embulk-util-file) from 0.1.5 to 0.2.0. - [Commits](https://github.com/embulk/embulk-util-file/compare/v0.1.5...v0.2.0) --- updated-dependencies: - dependency-name: org.embulk:embulk-util-file 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 e43f3adf..c7b66eaa 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -13,7 +13,7 @@ validation-api = "2.0.1.Final" # We choose Jackson with the latest patch release of the latest open branch. jackson = "2.16.2" -embulk-util-file = "0.1.5" +embulk-util-file = "0.2.0" embulk-util-timestamp = "0.2.2" checkstyle = "9.3"