From 5ca09f3440316c9085fc346719dc29f96aff936d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 02:53:23 +0000 Subject: [PATCH] Bump de.mannodermaus.junit5:android-test-core from 1.5.0 to 1.6.0 Bumps [de.mannodermaus.junit5:android-test-core](https://github.com/mannodermaus/android-junit5) from 1.5.0 to 1.6.0. - [Release notes](https://github.com/mannodermaus/android-junit5/releases) - [Commits](https://github.com/mannodermaus/android-junit5/compare/plugin-1.5.0.0...plugin-1.6.0.0) --- updated-dependencies: - dependency-name: de.mannodermaus.junit5:android-test-core dependency-type: direct:production update-type: version-update:semver-minor ... 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 cb6ddf06..e9457323 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -2,7 +2,7 @@ androidGradlePlugin = "8.6.0" androidJunit5 = "1.11.0.0" androidsvg = "1.4" -androidTestCore = "1.5.0" +androidTestCore = "1.6.0" androidTestRunner = "1.5.0" appcompat = "1.7.0" assertjCore = "3.26.3"