From f84913db24389b860991c219f49770a7f796eaba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Jul 2023 22:30:52 +0000 Subject: [PATCH] Bump com.squareup.leakcanary:leakcanary-android from 2.9.1 to 2.12 Bumps [com.squareup.leakcanary:leakcanary-android](https://github.com/square/leakcanary) from 2.9.1 to 2.12. - [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/compare/v2.9.1...v2.12) --- updated-dependencies: - dependency-name: com.squareup.leakcanary:leakcanary-android dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index eada2939a..8a3a6cfca 100644 --- a/build.gradle +++ b/build.gradle @@ -29,7 +29,7 @@ buildscript { dokkaVersion = '1.4.10.2' ktLintVersion = '0.39.0' ktLintGradleVersion = '10.0.0' - leakcanaryVersion = '2.9.1' + leakcanaryVersion = '2.12' // Testing androidxTestCoreVersion = '1.3.0'