From cb2fbf96c34993fffbeef9ed5e4ed23b4441fd60 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 23 May 2026 13:32:39 +0000 Subject: [PATCH] Bump org.junit:junit-bom from 5.14.3 to 6.1.0 Bumps [org.junit:junit-bom](https://github.com/junit-team/junit-framework) from 5.14.3 to 6.1.0. - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](https://github.com/junit-team/junit-framework/compare/r5.14.3...r6.1.0) --- updated-dependencies: - dependency-name: org.junit:junit-bom dependency-version: 6.1.0 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 f3aef04..fee63f7 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -5,7 +5,7 @@ androidx-core = "1.18.0" androidx-activity = "1.13.0" androidx-lifecycle = "2.10.0" android-tools-desugar_jdk_libs = "2.1.5" -junit = "5.14.3" +junit = "6.1.0" assertk = "0.28.1" mockito = "6.3.0" robolectric = "4.16.1"