From 093025b30cc4351cc85c0d11e1a5917ea9039b77 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Nov 2025 11:15:30 +0000 Subject: [PATCH] Bump org.junit:junit-bom from 5.13.4 to 6.0.1 Bumps [org.junit:junit-bom](https://github.com/junit-team/junit-framework) from 5.13.4 to 6.0.1. - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](https://github.com/junit-team/junit-framework/compare/r5.13.4...r6.0.1) --- updated-dependencies: - dependency-name: org.junit:junit-bom dependency-version: 6.0.1 dependency-type: direct:production update-type: version-update:semver-major ... 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 89a5d23..59b7345 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -12,7 +12,7 @@ msgpack = "0.8.24" # 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.13.4" +junit5 = "6.0.1" embulk-core = "0.11.1" bval-jsr303 = "0.5" logback = "1.3.6"