From d508efa24b63dce585cc525100492c353d768db1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Jun 2024 10:14:35 +0000 Subject: [PATCH] Bump com.squareup.leakcanary:leakcanary-android Bumps [com.squareup.leakcanary:leakcanary-android](https://github.com/square/leakcanary) from 3.0-alpha-6 to 3.0-alpha-8. - [Release notes](https://github.com/square/leakcanary/releases) - [Changelog](https://github.com/square/leakcanary/blob/main/docs/changelog.md) - [Commits](https://github.com/square/leakcanary/commits) --- updated-dependencies: - dependency-name: com.squareup.leakcanary:leakcanary-android dependency-type: direct:production ... 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 05cf300a0..709368b1c 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -73,7 +73,7 @@ lint-checks = "1.3.1" palantir-git = "3.0.0" flaker = "0.1.2" ktor = "2.3.11" -leakcanary = "3.0-alpha-6" +leakcanary = "3.0-alpha-8" robolectric = "4.12.2" mockito = "5.12.0" kaspresso = "1.5.5"