From fb3f3c260690c2b0d2ad6e670b1483e08162c3d7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Dec 2024 08:46:41 +0100 Subject: [PATCH] Bump de.mannodermaus.android-junit5 from 1.11.2.0 to 1.11.3.0 (#552) Bumps [de.mannodermaus.android-junit5](https://github.com/mannodermaus/android-junit5) from 1.11.2.0 to 1.11.3.0. - [Release notes](https://github.com/mannodermaus/android-junit5/releases) - [Commits](https://github.com/mannodermaus/android-junit5/compare/plugin-1.11.2.0...plugin-1.11.3.0) --- updated-dependencies: - dependency-name: de.mannodermaus.android-junit5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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 0036d6d7..e56f7707 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,6 +1,6 @@ [versions] androidGradlePlugin = "8.7.3" -androidJunit5 = "1.11.2.0" +androidJunit5 = "1.11.3.0" androidsvg = "1.4" androidTestCore = "1.6.0" androidTestRunner = "1.6.0"