From b950adee84a9203f45f756b49b38bd6c6c662dfc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jan 2024 23:00:33 +0000 Subject: [PATCH] Bump com.squareup.leakcanary:leakcanary-android from 2.9.1 to 2.13 Bumps [com.squareup.leakcanary:leakcanary-android](https://github.com/square/leakcanary) from 2.9.1 to 2.13. - [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.13) --- 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..3aa3de2f6 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.13' // Testing androidxTestCoreVersion = '1.3.0'