From d82850f04a88e8982f9d961a7bd23b0447545727 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Sep 2025 02:21:53 +0000 Subject: [PATCH] Bump de.mannodermaus.android-junit5 Bumps the testing-dependencies group with 1 update in the / directory: [de.mannodermaus.android-junit5](https://github.com/mannodermaus/android-junit5). Updates `de.mannodermaus.android-junit5` from 1.13.1.0 to 1.13.4.0 - [Release notes](https://github.com/mannodermaus/android-junit5/releases) - [Commits](https://github.com/mannodermaus/android-junit5/compare/plugin-1.13.1.0...plugin-1.13.4.0) --- updated-dependencies: - dependency-name: de.mannodermaus.android-junit5 dependency-version: 1.13.4.0 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: testing-dependencies ... 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 602e5c2..ab8780e 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -20,7 +20,7 @@ glance = "1.1.1" junit = "4.13.2" junit5 = "5.13.4" junit5-compose = "1.8.0" -junit5-plugin = "1.13.1.0" +junit5-plugin = "1.13.4.0" junit-version = "1.3.0" koin = "4.1.0" kotlin = "2.2.10"