From 15931908807a219c4388d02b71606b70f0cb019d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Nov 2025 21:13:15 +0000 Subject: [PATCH] Bump org.junit:junit-bom from 6.0.0 to 6.0.1 Bumps [org.junit:junit-bom](https://github.com/junit-team/junit-framework) from 6.0.0 to 6.0.1. - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](https://github.com/junit-team/junit-framework/compare/r6.0.0...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-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 9bb6bf8..8a87b59 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -37,7 +37,7 @@ h2 = { group = "com.h2database", name = "h2" } commons-dbcp = { group = "commons-dbcp", name = "commons-dbcp", version = "1.4" } flyway-core = { group = "org.flywaydb", name = "flyway-core" } -junit-bom = { group = "org.junit", name = "junit-bom", version = "6.0.0" } +junit-bom = { group = "org.junit", name = "junit-bom", version = "6.0.1" } junit-platform-launcher = { group = "org.junit.platform", name = "junit-platform-launcher" } [plugins]