From e409af62ccfdc79457d0ae40f5b378116e7019ce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 May 2024 04:01:20 +0000 Subject: [PATCH] Bump org.embulk:embulk-util-timestamp from 0.2.2 to 0.3.0 Bumps [org.embulk:embulk-util-timestamp](https://github.com/embulk/embulk-util-timestamp) from 0.2.2 to 0.3.0. - [Commits](https://github.com/embulk/embulk-util-timestamp/compare/v0.2.2...v0.3.0) --- updated-dependencies: - dependency-name: org.embulk:embulk-util-timestamp 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 0c5a4d84..c65cb1d8 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-timestamp = "0.2.2" +embulk-util-timestamp = "0.3.0" checkstyle = "9.3"