From f552ab9ad3219ada4807b48193c27567e1195c3b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 17 Oct 2024 14:31:22 +0000 Subject: [PATCH] build(deps): bump androidx.benchmark:benchmark-macro-junit4 Bumps androidx.benchmark:benchmark-macro-junit4 from 1.3.2 to 1.3.3. --- updated-dependencies: - dependency-name: androidx.benchmark:benchmark-macro-junit4 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 619a3b8..281b0a3 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -34,7 +34,7 @@ bcprov-jdk15to18 = "1.78.1" junit = "1.2.1" espresso-core = "3.6.1" uiautomator = "2.3.0" -benchmark-macro-junit4 = "1.3.2" +benchmark-macro-junit4 = "1.3.3" baselineprofile = "1.3.2" profileinstaller = "1.4.1"