From 2c6d98fe38502f155131c5e7d2e31c4222f82637 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 17:09:16 +0000 Subject: [PATCH] Bump org.junit:junit-bom from 5.11.2 to 5.11.3 Bumps [org.junit:junit-bom](https://github.com/junit-team/junit5) from 5.11.2 to 5.11.3. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](https://github.com/junit-team/junit5/compare/r5.11.2...r5.11.3) --- updated-dependencies: - dependency-name: org.junit:junit-bom dependency-type: direct:production update-type: version-update:semver-patch ... 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 8d9b6ec..0d32d87 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -17,7 +17,7 @@ embulk-util-text = "0.2.0" # It is to align with the restriction of embulk-util-json: https://github.com/embulk/embulk-util-json/pull/37 jackson = { require = "2.15.4", prefer = "2.16.2" } -junit5 = "5.11.2" +junit5 = "5.11.3" embulk-util-rubytime = "0.4.0" checkstyle = "9.3"