From 19d7040b34dbefba76533155096a57511bd9758c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Jun 2024 13:48:59 +0300 Subject: [PATCH] Bump com.squareup.leakcanary:leakcanary-android (#341) 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] 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 d5e60a5d8..5c86abd0d 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -73,7 +73,7 @@ lint-checks = "1.3.1" palantir-git = "3.1.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"